Spaces:
Build error
Build error
Update requirements.
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/evaluate@main
|
2 |
-
numpy
|
3 |
-
scipy
|
4 |
-
scikit-learn
|
5 |
torch
|
6 |
torchvision
|
7 |
matplotlib
|
|
|
1 |
git+https://github.com/huggingface/evaluate@main
|
2 |
+
numpy>=1.13
|
3 |
+
scipy>=1.3.2
|
4 |
+
scikit-learn>=1.1
|
5 |
torch
|
6 |
torchvision
|
7 |
matplotlib
|