We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae944b commit cf5c380Copy full SHA for cf5c380
pyproject.toml
@@ -154,14 +154,21 @@ viz = [
154
"seaborn>=0.11.0",
155
]
156
forecast = [
157
+ "conda-pack",
158
+ "inflection",
159
+ "nbconvert",
160
+ "nbformat",
161
+ "oci-cli",
162
+ "py-cpuinfo",
163
+ "rich",
164
"autots[additional]",
165
"datapane",
166
"holidays==0.21.13",
167
"neuralprophet",
168
"numpy",
169
"oci-cli",
170
"optuna==2.9.0",
- "oracle-ads[opctl]",
171
+ "oracle-ads",
172
"oracle-automlx==23.2.3",
173
"pmdarima",
174
"prophet",
test-requirements.txt
@@ -7,5 +7,5 @@ pip
7
pytest
8
pytest-codecov
9
pytest-xdist
10
-# darts
+darts
11
# docker
0 commit comments