Spaces:
Runtime error
Runtime error
Commit
·
981b675
1
Parent(s):
68b6b17
updated requirements file
Browse files- requirements.txt +80 -0
requirements.txt
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas~=1.4.2
|
2 |
+
streamlit~=1.9.0
|
3 |
+
torch~=1.11.0
|
4 |
+
transformers~=4.18.0
|
5 |
+
numpy~=1.22.3
|
6 |
+
gitdb~=4.0.9
|
7 |
+
defusedxml~=0.7.1
|
8 |
+
cffi~=1.15.0
|
9 |
+
Pillow~=9.1.0
|
10 |
+
ipython~=8.3.0
|
11 |
+
pip~=22.0.4
|
12 |
+
attrs~=21.4.0
|
13 |
+
toml~=0.10.2
|
14 |
+
tornado~=6.1
|
15 |
+
Jinja2~=3.1.2
|
16 |
+
toolz~=0.11.2
|
17 |
+
pyzmq~=22.3.0
|
18 |
+
colorama~=0.4.4
|
19 |
+
parso~=0.8.3
|
20 |
+
jedi~=0.18.1
|
21 |
+
pytz~=2022.1
|
22 |
+
click~=8.0.4
|
23 |
+
smmap~=5.0.0
|
24 |
+
pywin32~=304
|
25 |
+
setuptools~=62.1.0
|
26 |
+
altair~=4.2.0
|
27 |
+
jsonschema~=4.5.1
|
28 |
+
entrypoints~=0.4
|
29 |
+
PyYAML~=6.0
|
30 |
+
six~=1.16.0
|
31 |
+
webencodings~=0.5.1
|
32 |
+
packaging~=21.3
|
33 |
+
bleach~=5.0.0
|
34 |
+
MarkupSafe~=2.1.1
|
35 |
+
python-dateutil~=2.8.2
|
36 |
+
pyarrow~=8.0.0
|
37 |
+
pydeck~=0.7.1
|
38 |
+
ipywidgets~=7.7.0
|
39 |
+
traitlets~=5.1.1
|
40 |
+
blinker~=1.4
|
41 |
+
certifi~=2021.10.8
|
42 |
+
debugpy~=1.6.0
|
43 |
+
decorator~=5.1.1
|
44 |
+
regex~=2022.4.24
|
45 |
+
Pygments~=2.12.0
|
46 |
+
backcall~=0.2.0
|
47 |
+
pickleshare~=0.7.5
|
48 |
+
wcwidth~=0.2.5
|
49 |
+
Pympler~=1.0.1
|
50 |
+
requests~=2.27.1
|
51 |
+
tzlocal~=4.2
|
52 |
+
nbformat~=5.4.0
|
53 |
+
nbclient~=0.6.3
|
54 |
+
nbconvert~=6.5.0
|
55 |
+
fastjsonschema~=2.15.3
|
56 |
+
notebook~=6.4.11
|
57 |
+
Send2Trash~=1.8.0
|
58 |
+
terminado~=0.13.3
|
59 |
+
idna~=3.3
|
60 |
+
urllib3~=1.26.9
|
61 |
+
watchdog~=2.1.7
|
62 |
+
asttokens~=2.0.5
|
63 |
+
executing~=0.8.3
|
64 |
+
ipykernel~=6.13.0
|
65 |
+
psutil~=5.9.0
|
66 |
+
pandocfilters~=1.5.0
|
67 |
+
mistune~=0.8.4
|
68 |
+
pyparsing~=3.0.8
|
69 |
+
pycparser~=2.21
|
70 |
+
cachetools~=5.0.0
|
71 |
+
validators~=0.19.0
|
72 |
+
pyrsistent~=0.18.1
|
73 |
+
zipp~=3.8.0
|
74 |
+
joblib~=1.1.0
|
75 |
+
sacremoses~=0.0.53
|
76 |
+
tqdm~=4.64.0
|
77 |
+
tokenizers~=0.12.1
|
78 |
+
filelock~=3.6.0
|
79 |
+
beautifulsoup4~=4.11.1
|
80 |
+
soupsieve~=2.3.2.post1
|