Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
setuptools>=65.5.0,<68.0.0
|
3 |
wheel>=0.41.0,<0.45.0
|
4 |
-
numpy
|
5 |
-
numpy>=1.24.3;python_version>"3.10"
|
6 |
scikit-learn>=1.3.0
|
7 |
numba==0.55.1;python_version<"3.9"
|
8 |
numba>=0.57.0;python_version>="3.9"
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
setuptools>=65.5.0,<68.0.0
|
3 |
wheel>=0.41.0,<0.45.0
|
4 |
+
numpy>=1.24.3
|
|
|
5 |
scikit-learn>=1.3.0
|
6 |
numba==0.55.1;python_version<"3.9"
|
7 |
numba>=0.57.0;python_version>="3.9"
|