-
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
chore: Bump fgpyo
to ^1.0.0
#125
Conversation
Tests are currently failing because local poetry locked to numpy=2.2.3, which came out half an hour ago, and GHA poetry can't find the new version yet. And, afaict, there's no way to give poetry a constraint at the command line (e.g. to create a lockfile with numpy at 2.22.2). We just have to wait for the cache to refresh 😞 |
246feb5
to
fc13ea2
Compare
For posterity, this thread helped me resolve the issue: These failures may occur when the local lock file was created before PyPI completed generating all the wheels for a package version. Waiting a bit and then re-generating the lock file was sufficient to resolve. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #125 +/- ##
=======================================
Coverage 94.96% 94.96%
=======================================
Files 16 16
Lines 1411 1411
Branches 161 161
=======================================
Hits 1340 1340
Misses 49 49
Partials 22 22 ☔ View full report in Codecov by Sentry. |
We have a client repository depending on the
dev
branch ofprymer
, and this pin is causing some dependency conflicts.The pinned commit is on the
main
branch offgpyo
, so I think it's safe to move to a version pin instead.