Upload requirements.txt
Browse files- requirements.txt +83 -0
requirements.txt
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.0
|
2 |
+
appnope==0.1.3
|
3 |
+
asttokens==2.0.8
|
4 |
+
attrs==22.1.0
|
5 |
+
backcall==0.2.0
|
6 |
+
blinker==1.5
|
7 |
+
cachetools==5.2.0
|
8 |
+
certifi==2022.6.15
|
9 |
+
charset-normalizer==2.1.1
|
10 |
+
click==8.1.3
|
11 |
+
commonmark==0.9.1
|
12 |
+
debugpy==1.6.3
|
13 |
+
decorator==5.1.1
|
14 |
+
entrypoints==0.4
|
15 |
+
executing==0.10.0
|
16 |
+
filelock==3.8.0
|
17 |
+
gitdb==4.0.9
|
18 |
+
GitPython==3.1.27
|
19 |
+
huggingface-hub==0.9.1
|
20 |
+
idna==3.3
|
21 |
+
importlib-metadata==4.12.0
|
22 |
+
ipykernel==6.15.1
|
23 |
+
ipython==8.4.0
|
24 |
+
ipywidgets==8.0.1
|
25 |
+
jedi==0.18.1
|
26 |
+
Jinja2==3.1.2
|
27 |
+
joblib==1.1.0
|
28 |
+
jsonschema==4.14.0
|
29 |
+
jupyter-core==4.11.1
|
30 |
+
jupyter_client==7.3.5
|
31 |
+
jupyterlab-widgets==3.0.2
|
32 |
+
MarkupSafe==2.1.1
|
33 |
+
matplotlib-inline==0.1.6
|
34 |
+
nest-asyncio==1.5.5
|
35 |
+
nltk==3.7
|
36 |
+
numpy==1.23.2
|
37 |
+
packaging==21.3
|
38 |
+
pandas==1.4.3
|
39 |
+
parso==0.8.3
|
40 |
+
pexpect==4.8.0
|
41 |
+
pickleshare==0.7.5
|
42 |
+
Pillow==9.2.0
|
43 |
+
prompt-toolkit==3.0.30
|
44 |
+
protobuf==3.20.1
|
45 |
+
psutil==5.9.1
|
46 |
+
ptyprocess==0.7.0
|
47 |
+
pure-eval==0.2.2
|
48 |
+
pyarrow==9.0.0
|
49 |
+
pydeck==0.7.1
|
50 |
+
Pygments==2.13.0
|
51 |
+
Pympler==1.0.1
|
52 |
+
pyparsing==3.0.9
|
53 |
+
pyrsistent==0.18.1
|
54 |
+
python-dateutil==2.8.2
|
55 |
+
pytz==2022.2.1
|
56 |
+
pytz-deprecation-shim==0.1.0.post0
|
57 |
+
PyYAML==6.0
|
58 |
+
pyzmq==23.2.1
|
59 |
+
regex==2022.8.17
|
60 |
+
requests==2.28.1
|
61 |
+
rich==12.5.1
|
62 |
+
semver==2.13.0
|
63 |
+
six==1.16.0
|
64 |
+
smmap==5.0.0
|
65 |
+
stack-data==0.5.0
|
66 |
+
streamlit==1.12.2
|
67 |
+
tokenizers==0.12.1
|
68 |
+
toml==0.10.2
|
69 |
+
toolz==0.12.0
|
70 |
+
torch==1.12.1
|
71 |
+
torchvision==0.13.1
|
72 |
+
tornado==6.2
|
73 |
+
tqdm==4.64.0
|
74 |
+
traitlets==5.3.0
|
75 |
+
transformers==4.21.2
|
76 |
+
typing_extensions==4.3.0
|
77 |
+
tzdata==2022.2
|
78 |
+
tzlocal==4.2
|
79 |
+
urllib3==1.26.12
|
80 |
+
validators==0.20.0
|
81 |
+
wcwidth==0.2.5
|
82 |
+
widgetsnbextension==4.0.2
|
83 |
+
zipp==3.8.1
|