konstantinG commited on
Commit
0544226
1 Parent(s): d68f58e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -0
requirements.txt ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ ansi2html==1.8.0
3
+ asttokens==2.2.1
4
+ attrs==22.2.0
5
+ backcall==0.2.0
6
+ blinker==1.6.1
7
+ cachetools==5.3.0
8
+ category-encoders==2.6.0
9
+ certifi==2022.12.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ cloudpickle==2.2.1
13
+ comm==0.1.3
14
+ contourpy==1.0.7
15
+ cycler==0.11.0
16
+ Cython==0.29.34
17
+ dash==2.9.2
18
+ dash-core-components==2.0.0
19
+ dash-html-components==2.0.0
20
+ dash-table==5.0.0
21
+ debugpy==1.6.7
22
+ decorator==5.1.1
23
+ Deprecated==1.2.13
24
+ deprecation==2.1.0
25
+ entrypoints==0.4
26
+ executing==1.2.0
27
+ fastjsonschema==2.16.3
28
+ Flask==2.2.3
29
+ fonttools==4.39.3
30
+ gitdb==4.0.10
31
+ GitPython==3.1.31
32
+ htmlmin==0.1.12
33
+ idna==3.4
34
+ ImageHash==4.3.1
35
+ imbalanced-learn==0.10.1
36
+ importlib-metadata==6.3.0
37
+ ipykernel==6.22.0
38
+ ipython==8.12.0
39
+ ipywidgets==8.0.6
40
+ itsdangerous==2.1.2
41
+ jedi==0.18.2
42
+ Jinja2==3.1.2
43
+ joblib==1.2.0
44
+ jsonschema==4.17.3
45
+ jupyter-dash==0.4.2
46
+ jupyter_client==8.1.0
47
+ jupyter_core==5.3.0
48
+ jupyterlab-widgets==3.0.7
49
+ kaleido==0.2.1
50
+ kiwisolver==1.4.4
51
+ lightgbm==3.3.5
52
+ llvmlite==0.39.1
53
+ markdown-it-py==2.2.0
54
+ MarkupSafe==2.1.2
55
+ matplotlib==3.6.3
56
+ matplotlib-inline==0.1.6
57
+ mdurl==0.1.2
58
+ multimethod==1.9.1
59
+ nbformat==5.8.0
60
+ nest-asyncio==1.5.6
61
+ networkx==3.1
62
+ numba==0.56.4
63
+ numpy==1.23.5
64
+ orjson==3.8.10
65
+ packaging==23.1
66
+ pandas==1.5.3
67
+ pandas-profiling==3.6.6
68
+ parso==0.8.3
69
+ patsy==0.5.3
70
+ pexpect==4.8.0
71
+ phik==0.12.3
72
+ pickleshare==0.7.5
73
+ Pillow==9.5.0
74
+ platformdirs==3.2.0
75
+ plotly==5.14.1
76
+ plotly-resampler==0.8.3.2
77
+ pmdarima==2.0.3
78
+ prompt-toolkit==3.0.38
79
+ protobuf==3.20.3
80
+ psutil==5.9.4
81
+ ptyprocess==0.7.0
82
+ pure-eval==0.2.2
83
+ pyarrow==11.0.0
84
+ pycaret==3.0.0
85
+ pydantic==1.10.7
86
+ pydeck==0.8.0
87
+ Pygments==2.15.0
88
+ Pympler==1.0.1
89
+ pyod==1.0.9
90
+ pyparsing==3.0.9
91
+ pyrsistent==0.19.3
92
+ python-dateutil==2.8.2
93
+ pytz==2023.3
94
+ pytz-deprecation-shim==0.1.0.post0
95
+ PyWavelets==1.4.1
96
+ PyYAML==6.0
97
+ pyzmq==25.0.2
98
+ requests==2.28.2
99
+ retrying==1.3.4
100
+ rich==13.3.4
101
+ schemdraw==0.16
102
+ scikit-learn==1.2.2
103
+ scikit-plot==0.3.7
104
+ scipy==1.9.3
105
+ seaborn==0.12.2
106
+ six==1.16.0
107
+ sktime==0.17.1
108
+ smmap==5.0.0
109
+ stack-data==0.6.2
110
+ statsmodels==0.13.5
111
+ streamlit==1.21.0
112
+ streamlit-option-menu==0.3.2
113
+ streamlit-pandas-profiling==0.1.3
114
+ tangled-up-in-unicode==0.2.0
115
+ tbats==1.1.2
116
+ tenacity==8.2.2
117
+ threadpoolctl==3.1.0
118
+ toml==0.10.2
119
+ toolz==0.12.0
120
+ tornado==6.2
121
+ tqdm==4.64.1
122
+ trace-updater==0.0.9.1
123
+ traitlets==5.9.0
124
+ typeguard==2.13.3
125
+ typing_extensions==4.5.0
126
+ tzdata==2023.3
127
+ tzlocal==4.3
128
+ urllib3==1.26.15
129
+ validators==0.20.0
130
+ visions==0.7.5
131
+ watchdog==3.0.0
132
+ wcwidth==0.2.6
133
+ Werkzeug==2.2.3
134
+ widgetsnbextension==4.0.7
135
+ wrapt==1.15.0
136
+ wurlitzer==3.0.3
137
+ xxhash==3.2.0
138
+ ydata-profiling==4.1.2
139
+ yellowbrick==1.5
140
+ zipp==3.15.0