Spaces:
Runtime error
Runtime error
ANYANTUDRE
commited on
Commit
·
468d41d
1
Parent(s):
f0fcda6
fix requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# core deps
|
2 |
#numpy==1.22.0;python_version<="3.10"
|
3 |
#numpy>=1.24.3;python_version>"3.10"
|
|
|
4 |
numpy
|
5 |
cython>=0.29.30
|
6 |
scipy>=1.11.2
|
|
|
1 |
# core deps
|
2 |
#numpy==1.22.0;python_version<="3.10"
|
3 |
#numpy>=1.24.3;python_version>"3.10"
|
4 |
+
pip==24.2
|
5 |
numpy
|
6 |
cython>=0.29.30
|
7 |
scipy>=1.11.2
|