merve HF staff commited on
Commit
6251c2f
β€’
1 Parent(s): 3ab3653

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +126 -0
requirements.txt ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.7.4.post0
2
+ altair==4.1.0
3
+ appnope==0.1.2
4
+ argcomplete==1.12.3
5
+ argon2-cffi==21.1.0
6
+ astor==0.8.1
7
+ async-timeout==3.0.1
8
+ attrs==21.2.0
9
+ backcall==0.2.0
10
+ backports.zoneinfo==0.2.1
11
+ base58==2.1.0
12
+ bleach==4.1.0
13
+ blinker==1.4
14
+ blis==0.7.4
15
+ cachetools==4.2.2
16
+ catalogue==2.0.6
17
+ certifi==2021.5.30
18
+ cffi==1.14.6
19
+ chardet==4.0.0
20
+ charset-normalizer==2.0.6
21
+ click==7.1.2
22
+ cycler==0.10.0
23
+ cymem==2.0.5
24
+ datasets==1.12.1
25
+ debugpy==1.4.3
26
+ decorator==5.1.0
27
+ defusedxml==0.7.1
28
+ dill==0.3.4
29
+ en-core-web-sm==3.1.0
30
+ entrypoints==0.3
31
+ et-xmlfile==1.1.0
32
+ filelock==3.0.12
33
+ fsspec==2021.8.1
34
+ gitdb==4.0.7
35
+ GitPython==3.1.24
36
+ huggingface-hub==0.0.17
37
+ idna==3.2
38
+ importlib-metadata==4.8.1
39
+ ipykernel==6.4.1
40
+ ipython==7.27.0
41
+ ipython-genutils==0.2.0
42
+ ipywidgets==7.6.5
43
+ jedi==0.18.0
44
+ Jinja2==3.0.1
45
+ joblib==1.0.1
46
+ jsonschema==3.2.0
47
+ jupyter-client==7.0.3
48
+ jupyter-core==4.8.1
49
+ jupyterlab-pygments==0.1.2
50
+ jupyterlab-widgets==1.0.2
51
+ kiwisolver==1.3.2
52
+ MarkupSafe==2.0.1
53
+ matplotlib==3.4.3
54
+ matplotlib-inline==0.1.3
55
+ mistune==0.8.4
56
+ multidict==5.1.0
57
+ multiprocess==0.70.12.2
58
+ murmurhash==1.0.5
59
+ nbclient==0.5.4
60
+ nbconvert==6.1.0
61
+ nbformat==5.1.3
62
+ nest-asyncio==1.5.1
63
+ nltk==3.6.3
64
+ notebook==6.4.4
65
+ numpy==1.21.2
66
+ openpyxl==3.0.9
67
+ packaging==21.0
68
+ pandas==1.3.3
69
+ pandocfilters==1.5.0
70
+ parso==0.8.2
71
+ pathy==0.6.0
72
+ pexpect==4.8.0
73
+ pickleshare==0.7.5
74
+ Pillow==8.3.2
75
+ preshed==3.0.5
76
+ prometheus-client==0.11.0
77
+ prompt-toolkit==3.0.20
78
+ protobuf==3.18.0
79
+ ptyprocess==0.7.0
80
+ pyarrow==5.0.0
81
+ pycparser==2.20
82
+ pydantic==1.8.2
83
+ pydeck==0.7.0
84
+ Pygments==2.10.0
85
+ pyparsing==2.4.7
86
+ pyrsistent==0.18.0
87
+ python-dateutil==2.8.2
88
+ pytz==2021.1
89
+ PyYAML==5.4.1
90
+ pyzmq==22.3.0
91
+ regex==2021.8.28
92
+ requests==2.26.0
93
+ sacremoses==0.0.45
94
+ Send2Trash==1.8.0
95
+ six==1.16.0
96
+ smart-open==5.2.1
97
+ smmap==4.0.0
98
+ spacy==3.1.3
99
+ spacy-legacy==3.0.8
100
+ spacy-streamlit==1.0.2
101
+ srsly==2.4.1
102
+ streamlit==0.88.0
103
+ terminado==0.12.1
104
+ testpath==0.5.0
105
+ thinc==8.0.10
106
+ tokenizers==0.10.3
107
+ toml==0.10.2
108
+ toolz==0.11.1
109
+ torch==1.9.1
110
+ tornado==6.1
111
+ tqdm==4.62.3
112
+ traitlets==5.1.0
113
+ transformers==4.10.2
114
+ typer==0.4.0
115
+ typing-extensions==3.10.0.2
116
+ tzlocal==3.0
117
+ urllib3==1.26.6
118
+ validators==0.18.2
119
+ wasabi==0.8.2
120
+ wcwidth==0.2.5
121
+ webencodings==0.5.1
122
+ widgetsnbextension==3.5.1
123
+ wordcloud==1.8.1
124
+ xxhash==2.0.2
125
+ yarl==1.6.3
126
+ zipp==3.5.0