Skip to content

Commit

Permalink
Updates environment.yaml for the forecast operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDzurb committed Sep 7, 2023
1 parent f181d9e commit 355d270
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ads/opctl/operator/lowcode/forecast/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ dependencies:
- json2table
- sktime
- 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.2-py38-none-any.whl
- oracle-automlx==23.2.3
- "--editable=git+https://github.com/oracle/accelerated-data-science.git@feature/forecasting#egg=oracle-ads"
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ viz = [
"scipy>=1.5.4",
"seaborn>=0.11.0",
]
forecast = [
"oracle_ads[optuna]",
"prophet",
"neuralprophet",
"pmdarima",
"statsmodels",
"datapane",
"json2table",
"sktime",
"oracle-automlx==23.2.3",
"autots"
]

[project.urls]
"Github" = "https://github.com/oracle/accelerated-data-science"
Expand Down

0 comments on commit 355d270

Please sign in to comment.