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 f17b093 commit e23c200Copy full SHA for e23c200
pyproject.toml
@@ -146,6 +146,7 @@ forecast = [
146
"optuna==3.1.0",
147
"oracle-ads",
148
"oracle-automlx[forecasting]==23.4.1",
149
+ "oracle-automlx[classic]==23.4.1",
150
"pmdarima",
151
"prophet",
152
"shap",
@@ -156,8 +157,9 @@ forecast = [
156
157
]
158
anomaly = [
159
"oracle_ads[opctl]",
- "oracle-automlx[forecasting]==23.4.1",
160
"autots",
161
+ "oracle-automlx[forecasting]==23.4.1",
162
163
"oracledb",
164
"datapane",
165
0 commit comments