alice-hml commited on
Commit
c80dfc7
1 Parent(s): 2329469

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +124 -0
requirements.txt ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ altair==4.2.0
4
+ appnope==0.1.3
5
+ argon2-cffi==21.3.0
6
+ argon2-cffi-bindings==21.2.0
7
+ asttokens==2.0.5
8
+ async-timeout==4.0.2
9
+ attrs==21.4.0
10
+ backcall==0.2.0
11
+ beautifulsoup4==4.11.1
12
+ bleach==5.0.0
13
+ blinker==1.4
14
+ boto3==1.23.8
15
+ botocore==1.26.8
16
+ cachetools==5.1.0
17
+ certifi==2021.10.8
18
+ cffi==1.15.0
19
+ charset-normalizer==2.0.12
20
+ click==8.0.4
21
+ datasets==2.2.2
22
+ debugpy==1.6.0
23
+ decorator==5.1.1
24
+ defusedxml==0.7.1
25
+ dill==0.3.4
26
+ entrypoints==0.4
27
+ executing==0.8.3
28
+ fastjsonschema==2.15.3
29
+ filelock==3.7.0
30
+ frozenlist==1.3.0
31
+ fsspec==2022.5.0
32
+ gitdb==4.0.9
33
+ GitPython==3.1.27
34
+ htbuilder==0.6.0
35
+ huggingface-hub==0.6.0
36
+ idna==3.3
37
+ importlib-metadata==4.11.3
38
+ ipykernel==6.13.0
39
+ ipython==8.3.0
40
+ ipython-genutils==0.2.0
41
+ ipywidgets==7.7.0
42
+ iteration-utilities==0.11.0
43
+ jedi==0.18.1
44
+ Jinja2==3.1.2
45
+ jmespath==1.0.0
46
+ jsonschema==4.5.1
47
+ jupyter-client==7.3.1
48
+ jupyter-core==4.10.0
49
+ jupyterlab-pygments==0.2.2
50
+ jupyterlab-widgets==1.1.0
51
+ MarkupSafe==2.1.1
52
+ matplotlib-inline==0.1.3
53
+ mistune==0.8.4
54
+ multidict==6.0.2
55
+ multiprocess==0.70.12.2
56
+ nbclient==0.6.3
57
+ nbconvert==6.5.0
58
+ nbformat==5.4.0
59
+ nest-asyncio==1.5.5
60
+ notebook==6.4.11
61
+ numpy==1.22.3
62
+ packaging==21.3
63
+ pandas==1.4.2
64
+ pandocfilters==1.5.0
65
+ parso==0.8.3
66
+ pexpect==4.8.0
67
+ pickleshare==0.7.5
68
+ Pillow==9.1.0
69
+ prometheus-client==0.14.1
70
+ prompt-toolkit==3.0.29
71
+ protobuf==3.20.1
72
+ psutil==5.9.0
73
+ ptyprocess==0.7.0
74
+ pure-eval==0.2.2
75
+ pyarrow==8.0.0
76
+ pycparser==2.21
77
+ pydeck==0.7.1
78
+ Pygments==2.12.0
79
+ Pympler==1.0.1
80
+ pyparsing==3.0.9
81
+ pyrsistent==0.18.1
82
+ python-dateutil==2.8.2
83
+ pytz==2022.1
84
+ pytz-deprecation-shim==0.1.0.post0
85
+ PyYAML==6.0
86
+ pyzmq==22.3.0
87
+ regex==2022.4.24
88
+ requests==2.27.1
89
+ responses==0.18.0
90
+ s3fs==0.4.2
91
+ s3transfer==0.5.2
92
+ semver==2.13.0
93
+ Send2Trash==1.8.0
94
+ six==1.16.0
95
+ smmap==5.0.0
96
+ soupsieve==2.3.2.post1
97
+ st-annotated-text==3.0.0
98
+ stack-data==0.2.0
99
+ streamlit==1.9.0
100
+ streamlit-heroku==0.0.2
101
+ terminado==0.13.3
102
+ tinycss2==1.1.1
103
+ tokenizers==0.12.1
104
+ toml==0.10.2
105
+ toolz==0.11.2
106
+ torch==1.11.0
107
+ torchaudio==0.11.0
108
+ torchvision==0.12.0
109
+ tornado==6.1
110
+ tqdm==4.64.0
111
+ traitlets==5.2.0
112
+ transformers==4.19.1
113
+ typing_extensions==4.2.0
114
+ tzdata==2022.1
115
+ tzlocal==4.2
116
+ urllib3==1.26.9
117
+ validators==0.19.0
118
+ watchdog==2.1.8
119
+ wcwidth==0.2.5
120
+ webencodings==0.5.1
121
+ widgetsnbextension==3.6.0
122
+ xxhash==3.0.0
123
+ yarl==1.7.2
124
+ zipp==3.8.0