Sebasur90 commited on
Commit
07f6c21
·
1 Parent(s): c05886e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +128 -0
requirements.txt ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ altair==4.2.0
4
+ argon2-cffi==21.3.0
5
+ argon2-cffi-bindings==21.2.0
6
+ asttokens==2.0.5
7
+ async-timeout==4.0.2
8
+ attrs==21.4.0
9
+ backcall==0.2.0
10
+ beautifulsoup4==4.11.1
11
+ bleach==5.0.0
12
+ blinker==1.4
13
+ cachetools==5.2.0
14
+ certifi==2022.5.18.1
15
+ cffi==1.15.0
16
+ charset-normalizer==2.0.12
17
+ click==8.0.4
18
+ colorama==0.4.4
19
+ cycler==0.11.0
20
+ datasets==1.18.4
21
+ debugpy==1.6.0
22
+ decorator==5.1.1
23
+ defusedxml==0.7.1
24
+ dill==0.3.5.1
25
+ emoji==1.7.0
26
+ entrypoints==0.4
27
+ et-xmlfile==1.1.0
28
+ executing==0.8.3
29
+ fastjsonschema==2.15.3
30
+ filelock==3.7.0
31
+ fonttools==4.33.3
32
+ frozenlist==1.3.0
33
+ fsspec==2022.5.0
34
+ gitdb==4.0.9
35
+ GitPython==3.1.27
36
+ huggingface-hub==0.7.0
37
+ idna==3.3
38
+ importlib-metadata==4.11.4
39
+ ipykernel==6.13.0
40
+ ipython==8.4.0
41
+ ipython-genutils==0.2.0
42
+ ipywidgets==7.7.0
43
+ jedi==0.18.1
44
+ Jinja2==3.1.2
45
+ joblib==1.1.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
+ kiwisolver==1.4.2
52
+ lxml==4.8.0
53
+ MarkupSafe==2.1.1
54
+ matplotlib==3.5.2
55
+ matplotlib-inline==0.1.3
56
+ mistune==0.8.4
57
+ multidict==6.0.2
58
+ multiprocess==0.70.13
59
+ nbclient==0.6.3
60
+ nbconvert==6.5.0
61
+ nbformat==5.4.0
62
+ nest-asyncio==1.5.5
63
+ notebook==6.4.11
64
+ numpy==1.22.4
65
+ openpyxl==3.0.10
66
+ packaging==21.3
67
+ pandas==1.4.2
68
+ pandocfilters==1.5.0
69
+ parso==0.8.3
70
+ pickleshare==0.7.5
71
+ Pillow==9.1.1
72
+ plotly==5.8.0
73
+ prometheus-client==0.14.1
74
+ prompt-toolkit==3.0.29
75
+ protobuf==3.20.1
76
+ psutil==5.9.1
77
+ pure-eval==0.2.2
78
+ pyarrow==8.0.0
79
+ pycparser==2.21
80
+ pydeck==0.7.1
81
+ Pygments==2.12.0
82
+ Pympler==1.0.1
83
+ pyparsing==3.0.9
84
+ pyrsistent==0.18.1
85
+ pysentimiento==0.3.2
86
+ python-dateutil==2.8.2
87
+ pytz==2022.1
88
+ pytz-deprecation-shim==0.1.0.post0
89
+ PyYAML==6.0
90
+ pyzmq==23.0.0
91
+ regex==2022.4.24
92
+ requests==2.27.1
93
+ responses==0.18.0
94
+ scikit-learn==1.1.1
95
+ scipy==1.8.1
96
+ semver==2.13.0
97
+ Send2Trash==1.8.0
98
+ six==1.16.0
99
+ sklearn==0.0
100
+ smmap==5.0.0
101
+ soupsieve==2.3.2.post1
102
+ stack-data==0.2.0
103
+ streamlit==1.9.2
104
+ tenacity==8.0.1
105
+ terminado==0.15.0
106
+ threadpoolctl==3.1.0
107
+ tinycss2==1.1.1
108
+ tokenizers==0.12.1
109
+ toml==0.10.2
110
+ toolz==0.11.2
111
+ torch==1.11.0
112
+ tornado==6.1
113
+ tqdm==4.64.0
114
+ traitlets==5.2.1.post0
115
+ transformers==4.19.2
116
+ typing_extensions==4.2.0
117
+ tzdata==2022.1
118
+ tzlocal==4.2
119
+ urllib3==1.26.9
120
+ validators==0.19.0
121
+ watchdog==2.1.8
122
+ wcwidth==0.2.5
123
+ webencodings==0.5.1
124
+ widgetsnbextension==3.6.0
125
+ wordcloud==1.8.1
126
+ xxhash==3.0.0
127
+ yarl==1.7.2
128
+ zipp==3.8.0