emrecan commited on
Commit
fb59f4c
·
1 Parent(s): 7ae2fd5

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +106 -0
requirements.txt ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.1.0
2
+ argon2-cffi==21.1.0
3
+ astor==0.8.1
4
+ attrs==21.2.0
5
+ backcall==0.2.0
6
+ backports.zoneinfo==0.2.1
7
+ base58==2.1.1
8
+ black==21.11b1
9
+ bleach==4.1.0
10
+ blinker==1.4
11
+ cachetools==4.2.4
12
+ certifi==2021.10.8
13
+ cffi==1.15.0
14
+ charset-normalizer==2.0.9
15
+ click==7.1.2
16
+ cycler==0.11.0
17
+ debugpy==1.5.1
18
+ decorator==5.1.0
19
+ defusedxml==0.7.1
20
+ entrypoints==0.3
21
+ filelock==3.4.0
22
+ fonttools==4.28.3
23
+ gitdb==4.0.9
24
+ GitPython==3.1.24
25
+ huggingface-hub==0.2.1
26
+ idna==3.3
27
+ importlib-resources==5.4.0
28
+ ipykernel==6.6.0
29
+ ipython==7.30.1
30
+ ipython-genutils==0.2.0
31
+ ipywidgets==7.6.5
32
+ jedi==0.18.1
33
+ Jinja2==3.0.3
34
+ joblib==1.1.0
35
+ jsonschema==4.2.1
36
+ jupyter-client==7.1.0
37
+ jupyter-core==4.9.1
38
+ jupyterlab-pygments==0.1.2
39
+ jupyterlab-widgets==1.0.2
40
+ kiwisolver==1.3.2
41
+ MarkupSafe==2.0.1
42
+ matplotlib==3.5.0
43
+ matplotlib-inline==0.1.3
44
+ mistune==0.8.4
45
+ mypy-extensions==0.4.3
46
+ nbclient==0.5.9
47
+ nbconvert==6.3.0
48
+ nbformat==5.1.3
49
+ nest-asyncio==1.5.4
50
+ notebook==6.4.6
51
+ numpy==1.21.4
52
+ packaging==21.3
53
+ pandas==1.3.4
54
+ pandocfilters==1.5.0
55
+ parso==0.8.3
56
+ pathspec==0.9.0
57
+ pexpect==4.8.0
58
+ pickleshare==0.7.5
59
+ Pillow==8.4.0
60
+ platformdirs==2.4.0
61
+ plotly==5.4.0
62
+ prometheus-client==0.12.0
63
+ prompt-toolkit==3.0.23
64
+ protobuf==3.19.1
65
+ ptyprocess==0.7.0
66
+ pyarrow==6.0.1
67
+ pycparser==2.21
68
+ pydeck==0.7.1
69
+ Pygments==2.10.0
70
+ Pympler==0.9
71
+ pyparsing==3.0.6
72
+ pyrsistent==0.18.0
73
+ python-dateutil==2.8.2
74
+ pytz==2021.3
75
+ pytz-deprecation-shim==0.1.0.post0
76
+ PyYAML==6.0
77
+ pyzmq==22.3.0
78
+ regex==2021.11.10
79
+ requests==2.26.0
80
+ sacremoses==0.0.46
81
+ Send2Trash==1.8.0
82
+ setuptools-scm==6.3.2
83
+ six==1.16.0
84
+ smmap==5.0.0
85
+ streamlit==1.2.0
86
+ tenacity==8.0.1
87
+ terminado==0.12.1
88
+ testpath==0.5.0
89
+ tokenizers==0.10.3
90
+ toml==0.10.2
91
+ tomli==1.2.2
92
+ toolz==0.11.2
93
+ tornado==6.1
94
+ tqdm==4.62.3
95
+ traitlets==5.1.1
96
+ transformers==4.12.5
97
+ typing-extensions==4.0.1
98
+ tzdata==2021.5
99
+ tzlocal==4.1
100
+ urllib3==1.26.7
101
+ validators==0.18.2
102
+ watchdog==2.1.6
103
+ wcwidth==0.2.5
104
+ webencodings==0.5.1
105
+ widgetsnbextension==3.5.2
106
+ zipp==3.6.0