We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f5602 commit 35a9701Copy full SHA for 35a9701
pyproject.toml
@@ -45,7 +45,7 @@ dependencies = [
45
"pyclipper",
46
"lmdb",
47
"tqdm",
48
- "numpy",
+ "numpy<2.0",
49
"rapidfuzz",
50
"opencv-python<=4.6.0.66",
51
"opencv-contrib-python<=4.6.0.66",
requirements.txt
@@ -4,7 +4,7 @@ imgaug
4
pyclipper
5
lmdb
6
tqdm
7
-numpy
+numpy<2.0
8
rapidfuzz
9
opencv-python<=4.6.0.66
10
opencv-contrib-python<=4.6.0.66
0 commit comments