-
Notifications
You must be signed in to change notification settings - Fork 0
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
forbid numpy 2.0 #12
forbid numpy 2.0 #12
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 7 7
=========================================
Hits 7 7 ☔ View full report in Codecov by Sentry. |
finally... jeez, pip is so bad at version resolution. It seems pip can not be used to force a particular version of a dependency during the build phase, which is why we had to fork |
fixes #11