Skip to content

Commit

Permalink
Pin sklearn version (#1594)
Browse files Browse the repository at this point in the history
* Pin sklearn while we fix #1592

* Release notes
  • Loading branch information
dsherry committed Dec 22, 2020
1 parent ae1a089 commit 5993352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core-requirements.txt
@@ -1,7 +1,7 @@
numpy>=1.19.1
pandas>=1.1.0
scipy>=1.2.1
scikit-learn>=0.23.1
scikit-learn>=0.23.1,<0.24.0
scikit-optimize>=0.8.1
colorama
cloudpickle>=0.2.2
Expand Down
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Expand Up @@ -29,6 +29,7 @@ Release Notes
* Undo version pinning for plotly :pr:`1533`
* Fix ReadTheDocs build by updating the version of ``setuptools`` :pr:`1561`
* Set ``random_state`` of data splitter in AutoMLSearch to take int to keep consistency in the resulting splits :pr:`1579`
* Pin sklearn version while we work on adding support :pr:`1594`
* Changes
* Reverting ``save_graph`` :pr:`1550` to resolve kaleido build issues :pr:`1585`
* Update circleci badge to apply to ``main`` :pr:`1489`
Expand Down

0 comments on commit 5993352

Please sign in to comment.