Skip to content

Commit 381ea7d

Browse files
committed
Added requirements.txt
1 parent 289f4b7 commit 381ea7d

2 files changed

Lines changed: 139 additions & 125 deletions

File tree

requirements-dev.txt

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
absl-py==1.0.0
2+
aiohttp==3.8.1
3+
aiosignal==1.2.0
4+
altair==4.2.0
5+
appnope==0.1.2
6+
argon2-cffi==21.3.0
7+
argon2-cffi-bindings==21.2.0
8+
astor==0.8.1
9+
asttokens==2.0.5
10+
async-timeout==4.0.2
11+
attrs==21.4.0
12+
backcall==0.2.0
13+
base58==2.1.1
14+
black==21.12b0
15+
bleach==4.1.0
16+
blinker==1.4
17+
cachetools==4.2.4
18+
certifi==2021.10.8
19+
cffi==1.15.0
20+
charset-normalizer==2.0.10
21+
click==8.0.3
22+
datasets==1.17.0
23+
debugpy==1.5.1
24+
decorator==5.1.1
25+
defusedxml==0.7.1
26+
dill==0.3.4
27+
entrypoints==0.3
28+
executing==0.8.2
29+
filelock==3.4.2
30+
frozenlist==1.2.0
31+
fsspec==2022.1.0
32+
gitdb==4.0.9
33+
GitPython==3.1.26
34+
google-auth==2.3.3
35+
google-auth-oauthlib==0.4.6
36+
grpcio==1.43.0
37+
huggingface-hub==0.4.0
38+
idna==3.3
39+
ipykernel==6.7.0
40+
ipython==8.0.0
41+
ipython-genutils==0.2.0
42+
ipywidgets==7.6.5
43+
jedi==0.18.1
44+
Jinja2==3.0.3
45+
joblib==1.1.0
46+
jsonschema==4.4.0
47+
jupyter-client==7.1.1
48+
jupyter-core==4.9.1
49+
jupyterlab-pygments==0.1.2
50+
jupyterlab-widgets==1.0.2
51+
Markdown==3.3.6
52+
MarkupSafe==2.0.1
53+
matplotlib-inline==0.1.3
54+
mistune==0.8.4
55+
multidict==5.2.0
56+
multiprocess==0.70.12.2
57+
mypy-extensions==0.4.3
58+
nbclient==0.5.10
59+
nbconvert==6.4.0
60+
nbformat==5.1.3
61+
nest-asyncio==1.5.4
62+
notebook==6.4.7
63+
numpy==1.22.1
64+
oauthlib==3.1.1
65+
packaging==21.3
66+
pandas==1.3.5
67+
pandocfilters==1.5.0
68+
parso==0.8.3
69+
pathspec==0.9.0
70+
pexpect==4.8.0
71+
pickleshare==0.7.5
72+
Pillow==9.0.0
73+
platformdirs==2.4.1
74+
prometheus-client==0.12.0
75+
prompt-toolkit==3.0.24
76+
protobuf==3.19.3
77+
ptyprocess==0.7.0
78+
pure-eval==0.2.1
79+
pyarrow==6.0.1
80+
pyasn1==0.4.8
81+
pyasn1-modules==0.2.8
82+
pycparser==2.21
83+
pydeck==0.7.1
84+
Pygments==2.11.2
85+
Pympler==1.0.1
86+
pyparsing==3.0.6
87+
pyrsistent==0.18.1
88+
python-dateutil==2.8.2
89+
pytz==2021.3
90+
pytz-deprecation-shim==0.1.0.post0
91+
PyYAML==6.0
92+
pyzmq==22.3.0
93+
regex==2021.11.10
94+
requests==2.27.1
95+
requests-oauthlib==1.3.0
96+
rsa==4.8
97+
sacremoses==0.0.47
98+
scikit-learn==1.0.2
99+
scipy==1.7.3
100+
Send2Trash==1.8.0
101+
sentencepiece==0.1.96
102+
seqeval==1.2.2
103+
six==1.16.0
104+
smmap==5.0.0
105+
stack-data==0.1.4
106+
streamlit==1.4.0
107+
tensorboard==2.7.0
108+
tensorboard-data-server==0.6.1
109+
tensorboard-plugin-wit==1.8.1
110+
terminado==0.12.1
111+
testpath==0.5.0
112+
threadpoolctl==3.0.0
113+
tokenizers==0.10.3
114+
toml==0.10.2
115+
tomli==1.2.3
116+
toolz==0.11.2
117+
tornado==6.1
118+
tqdm==4.62.3
119+
traitlets==5.1.1
120+
transformers==4.15.0
121+
typing_extensions==4.0.1
122+
tzdata==2021.5
123+
tzlocal==4.1
124+
urllib3==1.26.8
125+
validators==0.18.2
126+
wcwidth==0.2.5
127+
webencodings==0.5.1
128+
Werkzeug==2.0.2
129+
widgetsnbextension==3.5.2
130+
xxhash==2.0.2
131+
yarl==1.7.2

requirements.txt

Lines changed: 8 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,131 +1,14 @@
1-
absl-py==1.0.0
2-
aiohttp==3.8.1
3-
aiosignal==1.2.0
4-
altair==4.2.0
5-
appnope==0.1.2
6-
argon2-cffi==21.3.0
7-
argon2-cffi-bindings==21.2.0
8-
astor==0.8.1
9-
asttokens==2.0.5
10-
async-timeout==4.0.2
11-
attrs==21.4.0
12-
backcall==0.2.0
13-
base58==2.1.1
14-
black==21.12b0
15-
bleach==4.1.0
16-
blinker==1.4
17-
cachetools==4.2.4
18-
certifi==2021.10.8
19-
cffi==1.15.0
20-
charset-normalizer==2.0.10
21-
click==8.0.3
22-
datasets==1.17.0
23-
debugpy==1.5.1
24-
decorator==5.1.1
25-
defusedxml==0.7.1
26-
dill==0.3.4
27-
entrypoints==0.3
28-
executing==0.8.2
29-
filelock==3.4.2
30-
frozenlist==1.2.0
31-
fsspec==2022.1.0
32-
gitdb==4.0.9
33-
GitPython==3.1.26
34-
google-auth==2.3.3
35-
google-auth-oauthlib==0.4.6
36-
grpcio==1.43.0
37-
huggingface-hub==0.4.0
38-
idna==3.3
39-
ipykernel==6.7.0
40-
ipython==8.0.0
41-
ipython-genutils==0.2.0
42-
ipywidgets==7.6.5
43-
jedi==0.18.1
44-
Jinja2==3.0.3
45-
joblib==1.1.0
46-
jsonschema==4.4.0
47-
jupyter-client==7.1.1
48-
jupyter-core==4.9.1
49-
jupyterlab-pygments==0.1.2
50-
jupyterlab-widgets==1.0.2
51-
Markdown==3.3.6
52-
MarkupSafe==2.0.1
53-
matplotlib-inline==0.1.3
54-
mistune==0.8.4
55-
multidict==5.2.0
56-
multiprocess==0.70.12.2
57-
mypy-extensions==0.4.3
58-
nbclient==0.5.10
59-
nbconvert==6.4.0
60-
nbformat==5.1.3
61-
nest-asyncio==1.5.4
62-
notebook==6.4.7
631
numpy==1.22.1
64-
oauthlib==3.1.1
65-
packaging==21.3
662
pandas==1.3.5
67-
pandocfilters==1.5.0
68-
parso==0.8.3
69-
pathspec==0.9.0
70-
pexpect==4.8.0
71-
pickleshare==0.7.5
72-
Pillow==9.0.0
73-
platformdirs==2.4.1
74-
prometheus-client==0.12.0
75-
prompt-toolkit==3.0.24
76-
protobuf==3.19.3
77-
ptyprocess==0.7.0
78-
pure-eval==0.2.1
79-
pyarrow==6.0.1
80-
pyasn1==0.4.8
81-
pyasn1-modules==0.2.8
82-
pycparser==2.21
83-
pydeck==0.7.1
84-
Pygments==2.11.2
85-
Pympler==1.0.1
86-
pyparsing==3.0.6
87-
pyrsistent==0.18.1
88-
python-dateutil==2.8.2
89-
pytz==2021.3
90-
pytz-deprecation-shim==0.1.0.post0
91-
PyYAML==6.0
92-
pyzmq==22.3.0
93-
regex==2021.11.10
943
requests==2.27.1
95-
requests-oauthlib==1.3.0
96-
rsa==4.8
97-
sacremoses==0.0.47
98-
scikit-learn==1.0.2
99-
scipy==1.7.3
100-
Send2Trash==1.8.0
4+
tqdm==4.62.3
5+
regex==2021.11.10
6+
tokenizers==0.10.3
7+
transformers==4.15.0
8+
datasets==1.17.0
1019
sentencepiece==0.1.96
10210
seqeval==1.2.2
103-
six==1.16.0
104-
smmap==5.0.0
105-
stack-data==0.1.4
11+
scikit-learn==1.0.2
12+
scipy==1.7.3
10613
streamlit==1.4.0
107-
tensorboard==2.7.0
108-
tensorboard-data-server==0.6.1
109-
tensorboard-plugin-wit==1.8.1
110-
terminado==0.12.1
111-
testpath==0.5.0
112-
threadpoolctl==3.0.0
113-
tokenizers==0.10.3
114-
toml==0.10.2
115-
tomli==1.2.3
116-
toolz==0.11.2
117-
tornado==6.1
118-
tqdm==4.62.3
119-
traitlets==5.1.1
120-
transformers==4.15.0
121-
typing_extensions==4.0.1
122-
tzdata==2021.5
123-
tzlocal==4.1
124-
urllib3==1.26.8
125-
validators==0.18.2
126-
wcwidth==0.2.5
127-
webencodings==0.5.1
128-
Werkzeug==2.0.2
129-
widgetsnbextension==3.5.2
130-
xxhash==2.0.2
131-
yarl==1.7.2
14+
tensorboard==2.7.0

0 commit comments

Comments
 (0)