New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin pyzmq < 22.0.0 #1756
Pin pyzmq < 22.0.0 #1756
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1756 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 243 243
Lines 19445 19445
=======================================
Hits 19436 19436
Misses 9 9 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay, glad this worked!
@@ -8,6 +8,7 @@ Release Notes | |||
* Added support for ``scikit-learn`` ``v0.24.0`` :pr:`1733` | |||
* Fixes | |||
* Removed ``random_state`` arg from ``get_pipelines`` in ``AutoMLSearch`` :pr:`1719` | |||
* Pinned pyzmq at less than 22.0.0 till we add support :pr:`1756` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol I don't really know if this is our issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@angela97lin what would you say here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsherry Hmmm, maybe something along the lines of "Pinned pyzmq < 22.0.0 until nbval supports pyzmq == 22.0.0"? It looks like that's where the attempt to install is happening and failing...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -8,6 +8,7 @@ Release Notes | |||
* Added support for ``scikit-learn`` ``v0.24.0`` :pr:`1733` | |||
* Fixes | |||
* Removed ``random_state`` arg from ``get_pipelines`` in ``AutoMLSearch`` :pr:`1719` | |||
* Pinned pyzmq at less than 22.0.0 till we add support :pr:`1756` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@angela97lin what would you say here?
@dsherry @chukarsten filed #1759 to unpin this. |
Testing as our windows unit tests are breaking.