Skip to content

Commit 429561b

Browse files
committed
automlx version upgrade
1 parent 0a6610e commit 429561b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/source/user_guide/operators/anomaly_detection_operator/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ More details in the documentation here: https://docs.oracle.com/en-us/iaas/tools
1010

1111
More details in the documentation here: https://winedarksea.github.io/AutoTS/build/html/source/tutorial.html
1212

13-
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.2.3; extra == "forecast""**
13+
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.4.1; extra == "forecast""**
1414

1515
Automlx only supports Python<=3.8, != 3.9, <= 3.10.7 . If you are builing in Python 3.9 or 3.10.8+, no automlx distribution will be available. It's recommended to use the conda pack available through Notebook Sessions, or to use Python 3.8

docs/source/user_guide/operators/forecasting_operator/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ More details in the documentation here: https://docs.oracle.com/en-us/iaas/tools
1010

1111
More details in the documentation here: https://winedarksea.github.io/AutoTS/build/html/source/tutorial.html
1212

13-
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.2.3; extra == "forecast""**
13+
**Pip Install Failing with "ERROR: No matching distribution found for oracle-automlx==23.4.1; extra == "forecast""**
1414

1515
Automlx only supports Python<=3.8, != 3.9, <= 3.10.7 . If you are builing in Python 3.9 or 3.10.8+, no automlx distribution will be available. It's recommended to use the conda pack available through Notebook Sessions, or to use Python 3.8

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ forecast = [
169169
"oci-cli",
170170
"optuna==2.9.0",
171171
"oracle-ads",
172-
"oracle-automlx[forecasting]==23.2.3",
172+
"oracle-automlx[forecasting]==23.4.1",
173+
"oracle-automlx[classic]==23.4.1",
173174
"pmdarima",
174175
"prophet",
175176
"shap",
@@ -181,7 +182,8 @@ forecast = [
181182
anomaly = [
182183
"oracle_ads[opctl]",
183184
"autots",
184-
"oracle-automlx[forecasting]==23.2.3",
185+
"oracle-automlx[forecasting]==23.4.1",
186+
"oracle-automlx[classic]==23.4.1",
185187
"oracledb",
186188
"datapane",
187189
]

0 commit comments

Comments
 (0)