-
Notifications
You must be signed in to change notification settings - Fork 63
DEP: move dependency specs to static metadata #671
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
DEP: move dependency specs to static metadata #671
Conversation
a721c43 to
e478a1e
Compare
ddfa5e0 to
033c2b0
Compare
16b08d2 to
88c9726
Compare
ad595fe to
9cd5d15
Compare
|
This is now based off #672 |
|
Hitting ABI incompatibilities between numpy 2.0.2 and astropy 6.0.1 that prevent testing on 3.9. I could work around that but if my proposal to drop 3.9 from #675 is accepted, there's not much point adding emphemeral complexity here. |
5d4c903 to
d110796
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #671 +/- ##
===========================================
- Coverage 62.28% 32.93% -29.36%
===========================================
Files 11 87 +76
Lines 928 16833 +15905
===========================================
+ Hits 578 5543 +4965
- Misses 350 11290 +10940 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4d84a21 to
efe68ad
Compare
efe68ad to
4a8c0be
Compare
|
Thanks a lot @neutrinoceros - this looks good ! |
based off #670
I originally said I would only do this if requested but I changed my mind and thought it might be more compelling to show a concrete implementation of my proposal.