Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -96
requirements.txt
CHANGED
@@ -1,98 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
astor==0.8.1
|
5 |
-
astroid==2.5.3
|
6 |
-
async-generator==1.10
|
7 |
-
attrs==20.3.0
|
8 |
-
backcall==0.2.0
|
9 |
-
base58==2.1.0
|
10 |
-
bleach==3.3.0
|
11 |
-
blinker==1.4
|
12 |
-
cachetools==4.2.1
|
13 |
-
certifi==2020.12.5
|
14 |
-
cffi==1.14.5
|
15 |
-
chardet==4.0.0
|
16 |
-
click==7.1.2
|
17 |
-
decorator==5.0.7
|
18 |
-
defusedxml==0.7.1
|
19 |
-
entrypoints==0.3
|
20 |
-
filelock==3.0.12
|
21 |
-
gitdb==4.0.7
|
22 |
-
GitPython==3.1.14
|
23 |
-
huggingface-hub==0.0.12
|
24 |
-
idna==2.10
|
25 |
-
importlib-metadata==4.0.1
|
26 |
-
ipykernel==5.5.3
|
27 |
-
ipython==7.22.0
|
28 |
-
ipython-genutils==0.2.0
|
29 |
-
ipywidgets==7.6.3
|
30 |
-
isort==5.8.0
|
31 |
-
jedi==0.18.0
|
32 |
-
Jinja2==2.11.3
|
33 |
-
joblib==1.0.1
|
34 |
-
jsonschema==3.2.0
|
35 |
-
jupyter-client==6.1.12
|
36 |
-
jupyter-core==4.7.1
|
37 |
-
jupyterlab-pygments==0.1.2
|
38 |
-
jupyterlab-widgets==1.0.0
|
39 |
-
lazy-object-proxy==1.6.0
|
40 |
-
MarkupSafe==1.1.1
|
41 |
-
mccabe==0.6.1
|
42 |
-
mistune==0.8.4
|
43 |
-
nbclient==0.5.3
|
44 |
-
nbconvert==6.0.7
|
45 |
-
nbformat==5.1.3
|
46 |
-
nest-asyncio==1.5.1
|
47 |
-
notebook==6.3.0
|
48 |
-
numpy==1.20.2
|
49 |
-
packaging==20.9
|
50 |
-
pandas==1.2.4
|
51 |
-
pandocfilters==1.4.3
|
52 |
-
parso==0.8.2
|
53 |
-
pexpect==4.8.0
|
54 |
-
pickleshare==0.7.5
|
55 |
-
Pillow==8.2.0
|
56 |
-
prometheus-client==0.10.1
|
57 |
-
prompt-toolkit==3.0.18
|
58 |
-
protobuf==3.15.8
|
59 |
-
ptyprocess==0.7.0
|
60 |
-
pyarrow==3.0.0
|
61 |
-
pycparser==2.20
|
62 |
-
pydeck==0.6.2
|
63 |
-
Pygments==2.8.1
|
64 |
-
pylint==2.7.4
|
65 |
-
pyparsing==2.4.7
|
66 |
-
pyrsistent==0.17.3
|
67 |
-
python-dateutil==2.8.1
|
68 |
-
pytz==2021.1
|
69 |
-
PyYAML==5.4.1
|
70 |
-
pyzmq==22.0.3
|
71 |
-
regex==2021.8.3
|
72 |
-
requests==2.25.1
|
73 |
-
sacremoses==0.0.45
|
74 |
-
Send2Trash==1.5.0
|
75 |
-
six==1.15.0
|
76 |
-
smmap==4.0.0
|
77 |
streamlit==0.80.0
|
78 |
streamlit-lottie==0.0.2
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
toml==0.10.2
|
83 |
-
toolz==0.11.1
|
84 |
-
torch==1.9.0
|
85 |
-
tornado==6.1
|
86 |
-
tqdm==4.62.0
|
87 |
-
traitlets==5.0.5
|
88 |
-
transformers==4.9.2
|
89 |
-
typed-ast==1.4.3
|
90 |
-
typing-extensions==3.7.4.3
|
91 |
-
tzlocal==2.1
|
92 |
-
urllib3==1.26.4
|
93 |
-
validators==0.18.2
|
94 |
-
wcwidth==0.2.5
|
95 |
-
webencodings==0.5.1
|
96 |
-
widgetsnbextension==3.5.1
|
97 |
-
wrapt==1.12.1
|
98 |
-
zipp==3.4.1
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
streamlit==0.80.0
|
5 |
streamlit-lottie==0.0.2
|
6 |
+
torch
|
7 |
+
tqdm
|
8 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|