Spaces:
Runtime error
Runtime error
Rzhishchev
commited on
Commit
·
c0fa0ce
1
Parent(s):
3ebff27
Update requirements.txt
Browse files- requirements.txt +2 -28
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
absl-py==1.4.0
|
2 |
alembic==1.11.1
|
3 |
altair==5.0.1
|
@@ -62,20 +63,9 @@ json5==0.9.14
|
|
62 |
jsonpointer==2.4
|
63 |
jsonschema==4.18.4
|
64 |
jsonschema-specifications==2023.7.1
|
65 |
-
jupyter-events==0.6.3
|
66 |
-
jupyter-lsp==2.2.0
|
67 |
-
jupyter_client==8.3.0
|
68 |
-
jupyter_core==5.3.1
|
69 |
-
jupyter_server==2.7.0
|
70 |
-
jupyter_server_terminals==0.4.4
|
71 |
-
jupyterlab==4.0.3
|
72 |
-
jupyterlab-pygments==0.2.2
|
73 |
-
jupyterlab-widgets==3.0.8
|
74 |
-
jupyterlab_server==2.23.0
|
75 |
keras==2.13.1
|
76 |
kiwisolver==1.4.4
|
77 |
libclang==16.0.6
|
78 |
-
lightgbm==4.0.0
|
79 |
llvmlite==0.40.1
|
80 |
Mako==1.2.4
|
81 |
Markdown==3.4.3
|
@@ -100,7 +90,6 @@ opt-einsum==3.3.0
|
|
100 |
optuna==3.2.0
|
101 |
overrides==7.3.1
|
102 |
packaging==23.1
|
103 |
-
pandas==2.0.3
|
104 |
pandocfilters==1.5.0
|
105 |
parso==0.8.3
|
106 |
patsy==0.5.3
|
@@ -174,19 +163,4 @@ transformers==4.32.0
|
|
174 |
typing_extensions==4.5.0
|
175 |
tzdata==2023.3
|
176 |
tzlocal==4.3.1
|
177 |
-
|
178 |
-
uri-template==1.3.0
|
179 |
-
urllib3==1.26.16
|
180 |
-
validators==0.21.2
|
181 |
-
wcwidth==0.2.6
|
182 |
-
webcolors==1.13
|
183 |
-
webencodings==0.5.1
|
184 |
-
websocket-client==1.6.1
|
185 |
-
Werkzeug==2.3.6
|
186 |
-
widgetsnbextension==4.0.8
|
187 |
-
wordcloud==1.9.2
|
188 |
-
wrapt==1.15.0
|
189 |
-
xgboost==1.7.6
|
190 |
-
xlrd==2.0.1
|
191 |
-
yellowbrick==1.5
|
192 |
-
zipp==3.16.2
|
|
|
1 |
+
python -m pip install --upgrade pip
|
2 |
absl-py==1.4.0
|
3 |
alembic==1.11.1
|
4 |
altair==5.0.1
|
|
|
63 |
jsonpointer==2.4
|
64 |
jsonschema==4.18.4
|
65 |
jsonschema-specifications==2023.7.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
keras==2.13.1
|
67 |
kiwisolver==1.4.4
|
68 |
libclang==16.0.6
|
|
|
69 |
llvmlite==0.40.1
|
70 |
Mako==1.2.4
|
71 |
Markdown==3.4.3
|
|
|
90 |
optuna==3.2.0
|
91 |
overrides==7.3.1
|
92 |
packaging==23.1
|
|
|
93 |
pandocfilters==1.5.0
|
94 |
parso==0.8.3
|
95 |
patsy==0.5.3
|
|
|
163 |
typing_extensions==4.5.0
|
164 |
tzdata==2023.3
|
165 |
tzlocal==4.3.1
|
166 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|