bumped some versions
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ aiohttp==3.8.1
|
|
| 2 |
aiosignal==1.2.0
|
| 3 |
analytics-python==1.4.0
|
| 4 |
anyio==3.5.0
|
|
|
|
| 5 |
argon2-cffi==21.3.0
|
| 6 |
argon2-cffi-bindings==21.2.0
|
| 7 |
asgiref==3.5.0
|
|
@@ -19,7 +20,7 @@ charset-normalizer==2.0.12
|
|
| 19 |
click==8.0.4
|
| 20 |
cryptography==36.0.2
|
| 21 |
cycler==0.11.0
|
| 22 |
-
datasets==2.
|
| 23 |
debugpy==1.6.0
|
| 24 |
decorator==5.1.1
|
| 25 |
defusedxml==0.7.1
|
|
@@ -33,7 +34,7 @@ frozenlist==1.3.0
|
|
| 33 |
fsspec==2022.2.0
|
| 34 |
gradio==2.8.14
|
| 35 |
h11==0.13.0
|
| 36 |
-
huggingface-hub==0.
|
| 37 |
idna==3.3
|
| 38 |
importlib-metadata==4.11.3
|
| 39 |
importlib-resources==5.6.0
|
|
@@ -67,7 +68,7 @@ notebook==6.4.10
|
|
| 67 |
numpy==1.21.5
|
| 68 |
orjson==3.6.7
|
| 69 |
packaging==21.3
|
| 70 |
-
pandas==1.
|
| 71 |
pandocfilters==1.5.0
|
| 72 |
paramiko==2.10.3
|
| 73 |
parso==0.8.3
|
|
@@ -110,7 +111,7 @@ torchvision==0.11.3
|
|
| 110 |
tornado==6.1
|
| 111 |
tqdm==4.63.1
|
| 112 |
traitlets==5.1.1
|
| 113 |
-
transformers==4.
|
| 114 |
typing_extensions==4.1.1
|
| 115 |
uc-micro-py==1.0.1
|
| 116 |
urllib3==1.26.9
|
|
@@ -119,4 +120,4 @@ wcwidth==0.2.5
|
|
| 119 |
webencodings==0.5.1
|
| 120 |
xxhash==3.0.0
|
| 121 |
yarl==1.7.2
|
| 122 |
-
zipp==3.7.0
|
|
|
|
| 2 |
aiosignal==1.2.0
|
| 3 |
analytics-python==1.4.0
|
| 4 |
anyio==3.5.0
|
| 5 |
+
appnope==0.1.3
|
| 6 |
argon2-cffi==21.3.0
|
| 7 |
argon2-cffi-bindings==21.2.0
|
| 8 |
asgiref==3.5.0
|
|
|
|
| 20 |
click==8.0.4
|
| 21 |
cryptography==36.0.2
|
| 22 |
cycler==0.11.0
|
| 23 |
+
datasets==2.7.1
|
| 24 |
debugpy==1.6.0
|
| 25 |
decorator==5.1.1
|
| 26 |
defusedxml==0.7.1
|
|
|
|
| 34 |
fsspec==2022.2.0
|
| 35 |
gradio==2.8.14
|
| 36 |
h11==0.13.0
|
| 37 |
+
huggingface-hub==0.11.0
|
| 38 |
idna==3.3
|
| 39 |
importlib-metadata==4.11.3
|
| 40 |
importlib-resources==5.6.0
|
|
|
|
| 68 |
numpy==1.21.5
|
| 69 |
orjson==3.6.7
|
| 70 |
packaging==21.3
|
| 71 |
+
pandas==1.5.1
|
| 72 |
pandocfilters==1.5.0
|
| 73 |
paramiko==2.10.3
|
| 74 |
parso==0.8.3
|
|
|
|
| 111 |
tornado==6.1
|
| 112 |
tqdm==4.63.1
|
| 113 |
traitlets==5.1.1
|
| 114 |
+
transformers==4.24.0
|
| 115 |
typing_extensions==4.1.1
|
| 116 |
uc-micro-py==1.0.1
|
| 117 |
urllib3==1.26.9
|
|
|
|
| 120 |
webencodings==0.5.1
|
| 121 |
xxhash==3.0.0
|
| 122 |
yarl==1.7.2
|
| 123 |
+
zipp==3.7.0
|