Skip to content

Commit af032a3

Browse files
committed
automlx version upgrade
1 parent 429561b commit af032a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ads/opctl/operator/lowcode/forecast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To run forecasting locally, create and activate a new conda environment (`ads-fo
3838
- datapane
3939
- cerberus
4040
- sktime
41-
- optuna==2.9.0
41+
- optuna==3.1.0
4242
- oracle-automlx==23.4.1
4343
- oracle-automlx[forecasting]==23.4.1
4444
- oracle-ads>=2.9.0

ads/opctl/operator/lowcode/forecast/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- sktime
1616
- shap
1717
- autots[additional]
18-
- optuna==2.9.0
18+
- optuna==3.1.0
1919
- oracle-automlx==23.4.1
2020
- oracle-automlx[forecasting]==23.4.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ forecast = [
167167
"neuralprophet",
168168
"numpy",
169169
"oci-cli",
170-
"optuna==2.9.0",
170+
"optuna==3.1.0",
171171
"oracle-ads",
172172
"oracle-automlx[forecasting]==23.4.1",
173173
"oracle-automlx[classic]==23.4.1",

0 commit comments

Comments
 (0)