Skip to content
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

PyRFU's numpy (and cdflib) requirements are too high #17

Open
sapols opened this issue Dec 6, 2024 · 0 comments
Open

PyRFU's numpy (and cdflib) requirements are too high #17

sapols opened this issue Dec 6, 2024 · 0 comments
Labels
missing package A PyHC package that's missing from the environment

Comments

@sapols
Copy link
Contributor

sapols commented Dec 6, 2024

PyRFU isn't compatible with the environment because its numpy requirements resolve to >=2.0.0,<2.1 which is too high for other packages. To be included, they'll need to offer backwards compatibility with numpy<2.

Their cdflib version could also be problematic; they require cdflib>=1.3.0, which isn't technically a problem on paper, but as mentioned in issue #3 it's possible some packages are advertising support beyond v1.0.0 when they don't mean to be—so we may eventually have to roll back our cdflib version if runtime errors are found. PyRFU would be playing nicer if they used the backwards compatibility trick in #3 to support cdflib<1 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing package A PyHC package that's missing from the environment
Projects
None yet
Development

No branches or pull requests

1 participant