-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
pip check failed for PY3.12 + NP1 #37
Labels
bug
Something isn't working
Comments
5 tasks
In conda-forge/deepmd-kit-feedstock#90, this error still exists:
|
The condition mendeleev-feedstock/recipe/meta.yaml Line 37 in 34fce0b
is very likely incorrect. A build compiled against numpy 2.0 is compatible with numpy >=1.19,<3 . This is handled by the run-export of numpy, so no need to do this manually. That is, unless mendeleev requires runtime features from numpy 2.0, in which case you can simply add numpy >=2.0 in the run-requirements.
In either case, don't manually recreate numpy's run-exports. |
Gentle ping @conda-forge/mendeleev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution to issue cannot be found in the documentation.
Issue
Run
mamba create -n mendeleev-np1 mendeleev=0.20.1 python=3.12 "numpy<2" pip -y pip check
Got
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: