Skip to content

Commit 35a9701

Browse files
authored
Temporarily set numpy < 2.0 (#13136)
1 parent 62f5602 commit 35a9701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pyclipper",
4646
"lmdb",
4747
"tqdm",
48-
"numpy",
48+
"numpy<2.0",
4949
"rapidfuzz",
5050
"opencv-python<=4.6.0.66",
5151
"opencv-contrib-python<=4.6.0.66",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ imgaug
44
pyclipper
55
lmdb
66
tqdm
7-
numpy
7+
numpy<2.0
88
rapidfuzz
99
opencv-python<=4.6.0.66
1010
opencv-contrib-python<=4.6.0.66

0 commit comments

Comments
 (0)