-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove TPOT-related NumPy restrictions #1142
Conversation
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.
Once a new tpot
release is cut, we'll probably also want to bump our tpot
min version to avoid pulling in the problematic versions
Not sure what's going on with the 2 failures in the Ubuntu/Python3.8 check: https://github.com/dask-contrib/dask-sql/actions/runs/5094016111/jobs/9157321430?pr=1142
Edit: Since this error doesn't pop up in #1153, I'll need to investigate further. |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #1142 +/- ##
==========================================
+ Coverage 81.30% 81.42% +0.11%
==========================================
Files 78 78
Lines 4414 4414
Branches 799 799
==========================================
+ Hits 3589 3594 +5
+ Misses 649 640 -9
- Partials 176 180 +4 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Might just wait on #1143 |
Looks like the issue here was an incompatibility between Resolved things locally by pinning |
Thanks @charlesbluca ! |
Since EpistasisLab/tpot#1280 was merged, the changes from #1135 can be reverted.