Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ wheel
|
|
| 5 |
setuptools
|
| 6 |
|
| 7 |
# NumPy version that's compatible with PyTorch and transformers
|
| 8 |
-
numpy
|
| 9 |
|
| 10 |
# PyTorch CPU version (will be installed via Dockerfile)
|
| 11 |
# torch==2.2.2+cpu
|
|
|
|
| 5 |
setuptools
|
| 6 |
|
| 7 |
# NumPy version that's compatible with PyTorch and transformers
|
| 8 |
+
numpy<2.0
|
| 9 |
|
| 10 |
# PyTorch CPU version (will be installed via Dockerfile)
|
| 11 |
# torch==2.2.2+cpu
|