Skip to content

Commit

Permalink
Merge branch 'main' into js_4012_pipeline_example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyliweishih committed Feb 24, 2023
2 parents 607457d + 7bb67e0 commit 2639534
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ outputs:
- python >=3.8.*
- imbalanced-learn >=0.9.1
- sktime >=0.15.0
- pmdarima >=1.8.5,<2.0.0
- pmdarima >=1.8.5
- vowpalwabbit >=8.11.0
test:
imports:
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Release Notes
* Add new downcast utils for component-specific nullable type handling and begin implementation on objective and component base classes :pr:`4024`
* Fixes
* Changes
* Uncapped `pmdarima` and updated minimum version :pr:`4027`
* Increase min catboost to 1.1.1 and xgboost to 1.7.0 to add nullable type support for those estimators :pr:`3996`
* Documentation Changes
* Testing Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ numpy==1.23.5
packaging==23.0
pandas==1.5.3
plotly==5.13.0
pmdarima==1.8.5
pmdarima==2.0.2
pyzmq==25.0.0
scikit-learn==1.2.1
scikit-optimize==0.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ numpy==1.21.0
packaging==23.0
pandas==1.5.0
plotly==5.0.0
pmdarima==1.8.1
pmdarima==1.8.5
pyzmq==20.0.0
scikit-learn==1.2.1
scikit-optimize==0.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ numpy==1.21.0
packaging==23.0
pandas==1.5.0
plotly==5.0.0
pmdarima==1.8.1
pmdarima==1.8.5
pytest-cov==2.10.1
pytest-timeout==1.4.2
pytest-xdist==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
"seaborn >= 0.11.1",
"category-encoders >= 2.2.2, <= 2.5.1.post0",
"imbalanced-learn >= 0.9.1",
"pmdarima >= 1.8.1, < 2.0.0",
"pmdarima >= 1.8.5",
"sktime >= 0.15.0",
"lime >= 0.2.0.1",
"vowpalwabbit >= 8.11.0",
Expand Down

0 comments on commit 2639534

Please sign in to comment.