Skip to content

Commit

Permalink
Automlx upgrade from 23.2.1 to 23.2.2 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasankh authored Sep 7, 2023
2 parents dafd062 + 98e2bcb commit f181d9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ads/opctl/operator/lowcode/forecast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To run forecasting locally, create and activate a new conda environment (`ads-fo
- json2table
- sktime
- optuna==2.9.0
- automlx-23.2.1-py38-none-any.whl
- automlx-23.2.2-py38-none-any.whl
- oracle_ads-2.8.7b0-py3-none-any.whl
```
Expand Down
2 changes: 1 addition & 1 deletion ads/opctl/operator/lowcode/forecast/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- optuna==2.9.0
# - https://objectstorage.us-ashburn-1.oraclecloud.com/p/YTUkGbX6_IJzGEh0uHfI-6LbiBqW-8OYgq44wJdRabF6B3vbHKJYpaU_rAdoPakH/n/ociodscdev/b/ads_preview_sdk/o/Forecasting/wheels/oracle_ads-2.8.8b0-py3-none-any.whl
- ./oracle_ads-2.8.7b0-py3-none-any.whl
- ./automlx-23.2.1-py38-none-any.whl
- ./automlx-23.2.2-py38-none-any.whl
2 changes: 1 addition & 1 deletion ads/opctl/operator/lowcode/forecast/model/automlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AutoMLXOperatorModel(ForecastOperatorBaseModel):
module="automl",
err_msg=(
"Please run `pip3 install "
"--extra-index-url=https://artifacthub-phx.oci.oraclecorp.com/artifactory/api/pypi/automlx-pypi/simple/automlx==23.2.1` "
"--extra-index-url=https://artifacthub-phx.oci.oraclecorp.com/artifactory/api/pypi/automlx-pypi/simple/automlx==23.2.2` "
"to install the required dependencies for automlx."
),
)
Expand Down

0 comments on commit f181d9e

Please sign in to comment.