Spaces:
Runtime error
Runtime error
remove versions for numpy and pandas
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -81,12 +81,12 @@ multidict==6.0.2
|
|
81 |
murmurhash==1.0.9
|
82 |
mypy-extensions==0.4.3
|
83 |
networkx==2.6.2
|
84 |
-
numpy
|
85 |
nvidia-ml-py3==7.352.0
|
86 |
omegaconf==1.4.1
|
87 |
orjson==3.8.0
|
88 |
packaging==21.0
|
89 |
-
pandas
|
90 |
paramiko==2.11.0
|
91 |
parso==0.8.2
|
92 |
pathspec==0.10.1
|
|
|
81 |
murmurhash==1.0.9
|
82 |
mypy-extensions==0.4.3
|
83 |
networkx==2.6.2
|
84 |
+
numpy
|
85 |
nvidia-ml-py3==7.352.0
|
86 |
omegaconf==1.4.1
|
87 |
orjson==3.8.0
|
88 |
packaging==21.0
|
89 |
+
pandas
|
90 |
paramiko==2.11.0
|
91 |
parso==0.8.2
|
92 |
pathspec==0.10.1
|