Vizan Deployer commited on
Commit ·
1fb5751
1
Parent(s): 6759978
Pin numpy<2.0.0 due to ABI issues
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ scikit-image
|
|
| 3 |
pyclipper
|
| 4 |
lmdb
|
| 5 |
tqdm
|
| 6 |
-
numpy
|
| 7 |
rapidfuzz
|
| 8 |
opencv-python
|
| 9 |
opencv-contrib-python
|
|
|
|
| 3 |
pyclipper
|
| 4 |
lmdb
|
| 5 |
tqdm
|
| 6 |
+
numpy<2.0.0
|
| 7 |
rapidfuzz
|
| 8 |
opencv-python
|
| 9 |
opencv-contrib-python
|