Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -6,19 +6,19 @@ starlette==0.37.2
|
|
| 6 |
huggingface_hub==1.5.0
|
| 7 |
hf-xet==1.3.2
|
| 8 |
|
| 9 |
-
numpy
|
| 10 |
-
pandas
|
| 11 |
scipy==1.17.1
|
| 12 |
joblib==1.5.3
|
| 13 |
scikit-learn==1.8.0
|
| 14 |
mpmath==1.3.0
|
| 15 |
sympy==1.14.0
|
| 16 |
|
| 17 |
-
torch
|
| 18 |
-
torchvision
|
| 19 |
pytorch-lightning==2.6.1
|
| 20 |
torchmetrics==1.8.2
|
| 21 |
-
ultralytics
|
| 22 |
ultralytics-thop==2.0.18
|
| 23 |
safetensors==0.7.0
|
| 24 |
timm==1.0.25
|
|
|
|
| 6 |
huggingface_hub==1.5.0
|
| 7 |
hf-xet==1.3.2
|
| 8 |
|
| 9 |
+
numpy<2.0.0
|
| 10 |
+
pandas
|
| 11 |
scipy==1.17.1
|
| 12 |
joblib==1.5.3
|
| 13 |
scikit-learn==1.8.0
|
| 14 |
mpmath==1.3.0
|
| 15 |
sympy==1.14.0
|
| 16 |
|
| 17 |
+
torch
|
| 18 |
+
torchvision
|
| 19 |
pytorch-lightning==2.6.1
|
| 20 |
torchmetrics==1.8.2
|
| 21 |
+
ultralytics
|
| 22 |
ultralytics-thop==2.0.18
|
| 23 |
safetensors==0.7.0
|
| 24 |
timm==1.0.25
|