Spaces:
Build error
Build error
req pip
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -19,11 +19,11 @@ bidict==0.22.1
|
|
19 |
bleach==4.1.0
|
20 |
blessed==1.20.0
|
21 |
blis==0.7.9
|
22 |
-
|
23 |
cachelib==0.10.2
|
24 |
cachetools==5.2.0
|
25 |
catalogue==2.0.8
|
26 |
-
certifi
|
27 |
cffi==1.15.1
|
28 |
charset-normalizer==2.1.1
|
29 |
click==8.1.7
|
@@ -61,7 +61,7 @@ frozenlist==1.3.3
|
|
61 |
fsspec==2023.6.0
|
62 |
gitdb==4.0.10
|
63 |
GitPython==3.1.31
|
64 |
-
gmpy2
|
65 |
google-pasta==0.2.0
|
66 |
googleapis-common-protos==1.57.0
|
67 |
gpustat==1.1
|
@@ -74,7 +74,7 @@ httpcore==1.0.5
|
|
74 |
httpx==0.27.0
|
75 |
huggingface-hub==0.22.2
|
76 |
HyperPyYAML==1.2.1
|
77 |
-
idna
|
78 |
importlib-resources==5.10.0
|
79 |
importlib_metadata==7.1.0
|
80 |
ipykernel==6.17.1
|
@@ -101,8 +101,8 @@ marshmallow==3.19.0
|
|
101 |
matplotlib==3.7.5
|
102 |
matplotlib-inline==0.1.6
|
103 |
mdurl==0.1.2
|
104 |
-
mkl-fft
|
105 |
-
mkl-random
|
106 |
mkl-service==2.4.0
|
107 |
mkultra==0.1
|
108 |
mmcv==2.1.0
|
@@ -117,7 +117,7 @@ murmurhash==1.0.9
|
|
117 |
nest-asyncio==1.5.6
|
118 |
networkx==3.0
|
119 |
nibabel==5.0.0
|
120 |
-
numpy
|
121 |
nvidia-cublas-cu11==11.10.3.66
|
122 |
nvidia-cublas-cu12==12.1.3.1
|
123 |
nvidia-cuda-cupti-cu11==11.7.101
|
@@ -180,7 +180,7 @@ pydot==1.4.2
|
|
180 |
pydub==0.25.1
|
181 |
Pygments==2.13.0
|
182 |
pyparsing==3.1.2
|
183 |
-
PySocks
|
184 |
python-dateutil==2.8.2
|
185 |
python-engineio==4.3.4
|
186 |
python-multipart==0.0.9
|
@@ -223,8 +223,6 @@ starlette==0.37.2
|
|
223 |
sympy==1.12
|
224 |
tabulate==0.9.0
|
225 |
tensorboard-plugin-wit==1.8.1
|
226 |
-
tensorflow-datasets==4.7.0
|
227 |
-
tensorflow-examples===e2510e7de8354ea89c54ab376ce52371efb39eff-
|
228 |
tensorflow-hub==0.12.0
|
229 |
tensorflow-io-gcs-filesystem==0.28.0
|
230 |
tensorflow-metadata==1.11.0
|
|
|
19 |
bleach==4.1.0
|
20 |
blessed==1.20.0
|
21 |
blis==0.7.9
|
22 |
+
brotli==1.1.0
|
23 |
cachelib==0.10.2
|
24 |
cachetools==5.2.0
|
25 |
catalogue==2.0.8
|
26 |
+
certifi==2024.2.2
|
27 |
cffi==1.15.1
|
28 |
charset-normalizer==2.1.1
|
29 |
click==8.1.7
|
|
|
61 |
fsspec==2023.6.0
|
62 |
gitdb==4.0.10
|
63 |
GitPython==3.1.31
|
64 |
+
gmpy2==2.1.5
|
65 |
google-pasta==0.2.0
|
66 |
googleapis-common-protos==1.57.0
|
67 |
gpustat==1.1
|
|
|
74 |
httpx==0.27.0
|
75 |
huggingface-hub==0.22.2
|
76 |
HyperPyYAML==1.2.1
|
77 |
+
idna==3.7
|
78 |
importlib-resources==5.10.0
|
79 |
importlib_metadata==7.1.0
|
80 |
ipykernel==6.17.1
|
|
|
101 |
matplotlib==3.7.5
|
102 |
matplotlib-inline==0.1.6
|
103 |
mdurl==0.1.2
|
104 |
+
mkl-fft==1.3.8
|
105 |
+
mkl-random==1.2.4
|
106 |
mkl-service==2.4.0
|
107 |
mkultra==0.1
|
108 |
mmcv==2.1.0
|
|
|
117 |
nest-asyncio==1.5.6
|
118 |
networkx==3.0
|
119 |
nibabel==5.0.0
|
120 |
+
numpy==1.24.3
|
121 |
nvidia-cublas-cu11==11.10.3.66
|
122 |
nvidia-cublas-cu12==12.1.3.1
|
123 |
nvidia-cuda-cupti-cu11==11.7.101
|
|
|
180 |
pydub==0.25.1
|
181 |
Pygments==2.13.0
|
182 |
pyparsing==3.1.2
|
183 |
+
PySocks==1.7.1
|
184 |
python-dateutil==2.8.2
|
185 |
python-engineio==4.3.4
|
186 |
python-multipart==0.0.9
|
|
|
223 |
sympy==1.12
|
224 |
tabulate==0.9.0
|
225 |
tensorboard-plugin-wit==1.8.1
|
|
|
|
|
226 |
tensorflow-hub==0.12.0
|
227 |
tensorflow-io-gcs-filesystem==0.28.0
|
228 |
tensorflow-metadata==1.11.0
|