Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
164190b
1
Parent(s):
189ad15
Fix requirements, the prevous one is used for conda, this one is used for the spaces pip
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -19,11 +19,11 @@ blinker==1.4
|
|
| 19 |
brotlipy==0.7.0
|
| 20 |
cached-property==1.5.2
|
| 21 |
cachetools==5.0.0
|
| 22 |
-
certifi
|
| 23 |
-
cffi
|
| 24 |
charset-normalizer==2.0.12
|
| 25 |
click==8.0.4
|
| 26 |
-
cryptography
|
| 27 |
cssselect==1.1.0
|
| 28 |
cycler==0.11.0
|
| 29 |
datasets==1.14.0
|
|
@@ -53,7 +53,7 @@ h5py==3.6.0
|
|
| 53 |
httpcore==0.15.0
|
| 54 |
httpx==0.23.0
|
| 55 |
huggingface-hub==0.0.19
|
| 56 |
-
idna
|
| 57 |
importlib-metadata==4.11.3
|
| 58 |
importlib-resources==5.6.0
|
| 59 |
ipykernel==6.9.2
|
|
@@ -108,7 +108,7 @@ protobuf==3.19.4
|
|
| 108 |
psutil==5.9.0
|
| 109 |
ptyprocess==0.7.0
|
| 110 |
pyarrow==7.0.0
|
| 111 |
-
pycparser
|
| 112 |
pycryptodome==3.15.0
|
| 113 |
pydantic==1.10.2
|
| 114 |
pydeck==0.7.1
|
|
@@ -117,11 +117,11 @@ Pygments==2.11.2
|
|
| 117 |
pyhtml2pdf==0.0.3
|
| 118 |
Pympler==1.0.1
|
| 119 |
PyNaCl==1.5.0
|
| 120 |
-
pyOpenSSL
|
| 121 |
pyparsing==3.0.7
|
| 122 |
pyquery==1.4.3
|
| 123 |
pyrsistent==0.18.1
|
| 124 |
-
PySocks
|
| 125 |
python-dateutil==2.8.2
|
| 126 |
python-Levenshtein==0.12.2
|
| 127 |
python-multipart==0.0.5
|
|
@@ -176,7 +176,7 @@ typing_extensions==4.1.1
|
|
| 176 |
tzdata==2022.1
|
| 177 |
tzlocal==4.1
|
| 178 |
uc-micro-py==1.0.1
|
| 179 |
-
urllib3
|
| 180 |
uvicorn==0.18.3
|
| 181 |
validators==0.18.2
|
| 182 |
watchdog==2.1.7
|
|
|
|
| 19 |
brotlipy==0.7.0
|
| 20 |
cached-property==1.5.2
|
| 21 |
cachetools==5.0.0
|
| 22 |
+
certifi
|
| 23 |
+
cffi
|
| 24 |
charset-normalizer==2.0.12
|
| 25 |
click==8.0.4
|
| 26 |
+
cryptography
|
| 27 |
cssselect==1.1.0
|
| 28 |
cycler==0.11.0
|
| 29 |
datasets==1.14.0
|
|
|
|
| 53 |
httpcore==0.15.0
|
| 54 |
httpx==0.23.0
|
| 55 |
huggingface-hub==0.0.19
|
| 56 |
+
idna
|
| 57 |
importlib-metadata==4.11.3
|
| 58 |
importlib-resources==5.6.0
|
| 59 |
ipykernel==6.9.2
|
|
|
|
| 108 |
psutil==5.9.0
|
| 109 |
ptyprocess==0.7.0
|
| 110 |
pyarrow==7.0.0
|
| 111 |
+
pycparser
|
| 112 |
pycryptodome==3.15.0
|
| 113 |
pydantic==1.10.2
|
| 114 |
pydeck==0.7.1
|
|
|
|
| 117 |
pyhtml2pdf==0.0.3
|
| 118 |
Pympler==1.0.1
|
| 119 |
PyNaCl==1.5.0
|
| 120 |
+
pyOpenSSL
|
| 121 |
pyparsing==3.0.7
|
| 122 |
pyquery==1.4.3
|
| 123 |
pyrsistent==0.18.1
|
| 124 |
+
PySocks
|
| 125 |
python-dateutil==2.8.2
|
| 126 |
python-Levenshtein==0.12.2
|
| 127 |
python-multipart==0.0.5
|
|
|
|
| 176 |
tzdata==2022.1
|
| 177 |
tzlocal==4.1
|
| 178 |
uc-micro-py==1.0.1
|
| 179 |
+
urllib3
|
| 180 |
uvicorn==0.18.3
|
| 181 |
validators==0.18.2
|
| 182 |
watchdog==2.1.7
|