Skip to content

Commit

Permalink
Bump min sk-optimize version to 0.9.0 (#3614)
Browse files Browse the repository at this point in the history
* Up sk-optimize

* RL
  • Loading branch information
jeremyliweishih committed Jul 15, 2022
1 parent 3c29c34 commit 951f98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ outputs:
- dask >=2021.10.0
- scipy >=1.5.0
- scikit-learn >=1.1.1
- scikit-optimize >=0.8.1
- scikit-optimize >=0.9.0
- statsmodels >=0.12.2
- colorama >=0.4.4
- cloudpickle >=1.5.0
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 @@ -9,6 +9,7 @@ Release Notes
* Fixed iterative graphs not appearing in documentation :pr:`3592`
* Updated the ``load_diabetes()`` method to account for scikit-learn 1.1.1 changes to the dataset :pr:`3591`
* Capped woodwork version at < 0.17.0 :pr:`3612`
* Bump minimum scikit-optimize version to 0.9.0 `:pr:`3614`
* Changes
* Add pre-commit hooks for linting :pr:`3608`
* Documentation Changes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
pandas >= 1.4.0
scipy >= 1.5.0
scikit-learn >= 1.1.1
scikit-optimize >= 0.8.1
scikit-optimize >= 0.9.0
pyzmq >= 20.0.0
colorama >= 0.4.4
cloudpickle >= 1.5.0
Expand Down

0 comments on commit 951f98f

Please sign in to comment.