Skip to content

Commit 954e5a3

Browse files
committed
Update pyproject.toml
revert automlx install
1 parent 3ed4bcf commit 954e5a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ forecast = [
146146
"optuna==3.1.0",
147147
"oracle-ads",
148148
"oracle-automlx[forecasting]==23.4.1",
149+
"oracle-automlx[classic]==23.4.1",
149150
"pmdarima",
150151
"prophet",
151152
"shap",
@@ -156,8 +157,9 @@ forecast = [
156157
]
157158
anomaly = [
158159
"oracle_ads[opctl]",
159-
"oracle-automlx[forecasting]==23.4.1",
160160
"autots",
161+
"oracle-automlx[forecasting]==23.4.1",
162+
"oracle-automlx[classic]==23.4.1",
161163
"oracledb",
162164
"datapane",
163165
]

0 commit comments

Comments
 (0)