Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +106 -12
requirements.txt
CHANGED
|
@@ -1,13 +1,107 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
transformers==3.5.1
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
argon2-cffi==20.1.0
|
| 2 |
+
async-generator==1.10
|
| 3 |
+
attrs==20.3.0
|
| 4 |
+
backcall==0.2.0
|
| 5 |
+
bleach==3.3.0
|
| 6 |
+
certifi==2020.12.5
|
| 7 |
+
cffi==1.14.5
|
| 8 |
+
chardet==3.0.4
|
| 9 |
+
click==7.1.2
|
| 10 |
+
cycler==0.10.0
|
| 11 |
+
Cython==0.29.22
|
| 12 |
+
dataclasses==0.6
|
| 13 |
+
decorator==4.4.2
|
| 14 |
+
defusedxml==0.6.0
|
| 15 |
+
demjson==2.2.4
|
| 16 |
+
editdistance==0.5.3
|
| 17 |
+
einops==0.3.0
|
| 18 |
+
entrypoints==0.3
|
| 19 |
+
fasttext==0.9.1
|
| 20 |
+
filelock==3.0.12
|
| 21 |
+
future==0.18.2
|
| 22 |
+
gitdb==4.0.5
|
| 23 |
+
GitPython==3.1.0
|
| 24 |
+
idna==2.10
|
| 25 |
+
imageio==2.9.0
|
| 26 |
+
importlib-metadata==3.4.0
|
| 27 |
+
ipykernel==5.4.3
|
| 28 |
+
ipython==7.20.0
|
| 29 |
+
ipython-genutils==0.2.0
|
| 30 |
+
ipywidgets==7.6.3
|
| 31 |
+
jedi==0.18.0
|
| 32 |
+
Jinja2==2.11.3
|
| 33 |
+
joblib==0.17.0
|
| 34 |
+
jsonschema==3.2.0
|
| 35 |
+
jupyter-client==6.1.11
|
| 36 |
+
jupyter-console==6.2.0
|
| 37 |
+
jupyter-core==4.7.1
|
| 38 |
+
jupyterlab-pygments==0.1.2
|
| 39 |
+
jupyterlab-widgets==1.0.0
|
| 40 |
+
kiwisolver==1.3.1
|
| 41 |
+
lmdb==0.98
|
| 42 |
+
MarkupSafe==1.1.1
|
| 43 |
+
matplotlib==3.3.4
|
| 44 |
+
mistune==0.8.4
|
| 45 |
+
nbclient==0.5.2
|
| 46 |
+
nbconvert==6.0.7
|
| 47 |
+
nbformat==5.1.2
|
| 48 |
+
nest-asyncio==1.5.1
|
| 49 |
+
networkx==2.4
|
| 50 |
+
nltk==3.4.5
|
| 51 |
+
notebook==6.2.0
|
| 52 |
+
numpy==1.19.2
|
| 53 |
+
omegaconf==2.0.1rc4
|
| 54 |
+
opencv-python==4.5.1.48
|
| 55 |
+
packaging==20.9
|
| 56 |
+
pandocfilters==1.4.3
|
| 57 |
+
parso==0.8.1
|
| 58 |
+
pexpect==4.8.0
|
| 59 |
+
pickleshare==0.7.5
|
| 60 |
+
Pillow==8.1.2
|
| 61 |
+
prometheus-client==0.9.0
|
| 62 |
+
prompt-toolkit==3.0.16
|
| 63 |
+
protobuf==3.15.6
|
| 64 |
+
ptyprocess==0.7.0
|
| 65 |
+
pybind11==2.6.2
|
| 66 |
+
pycocotools==2.0.2
|
| 67 |
+
pycparser==2.20
|
| 68 |
+
pyparsing==2.4.7
|
| 69 |
+
pyrsistent==0.17.3
|
| 70 |
+
python-dateutil==2.8.1
|
| 71 |
+
PyWavelets==1.1.1
|
| 72 |
+
PyYAML==5.4.1
|
| 73 |
+
pyzmq==22.0.3
|
| 74 |
+
qtconsole==5.0.2
|
| 75 |
+
QtPy==1.9.0
|
| 76 |
+
regex==2020.11.13
|
| 77 |
+
requests==2.23.0
|
| 78 |
+
sacremoses==0.0.43
|
| 79 |
+
scikit-image==0.17.2
|
| 80 |
+
scikit-learn==0.23.2
|
| 81 |
+
scipy==1.6.1
|
| 82 |
+
Send2Trash==1.5.0
|
| 83 |
+
sentencepiece==0.1.91
|
| 84 |
+
six==1.15.0
|
| 85 |
+
sklearn==0.0
|
| 86 |
+
smmap==3.0.5
|
| 87 |
+
termcolor==1.1.0
|
| 88 |
+
terminado==0.9.2
|
| 89 |
+
testpath==0.4.4
|
| 90 |
+
threadpoolctl==2.1.0
|
| 91 |
+
tifffile==2021.2.1
|
| 92 |
+
tokenizers==0.9.3
|
| 93 |
+
torch==1.7.1
|
| 94 |
+
torchtext==0.5.0
|
| 95 |
+
torchvision==0.8.2
|
| 96 |
+
tornado==6.1
|
| 97 |
+
tqdm==4.51.0
|
| 98 |
+
traitlets==5.0.5
|
| 99 |
transformers==3.5.1
|
| 100 |
+
typing-extensions==3.7.4.3
|
| 101 |
+
urllib3==1.25.11
|
| 102 |
+
utils==1.0.1
|
| 103 |
+
wcwidth==0.2.5
|
| 104 |
+
webencodings==0.5.1
|
| 105 |
+
wget==3.2
|
| 106 |
+
widgetsnbextension==3.5.1
|
| 107 |
+
zipp==3.4.0
|