We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{{ pin_compatible("numpy") }}
As numpy already contains a run_exports, which has been present since numpy version 1.22.3 number 1 ( conda-forge/numpy-feedstock#262 ), and conda-forge is using numpy version 1.22 or newer, we can just rely on run_exports from numpy
numpy
run_exports
1.22.3
1
1.22
Given this, {{ pin_compatible("numpy") }} is no longer needed in the NumPy doc recommendations. So we should drop it
We may consider mentioning the history of it
The text was updated successfully, but these errors were encountered:
which has been present since numpy version 1.22.3 number 1
It got backported all the way back to 1.19.
Sorry, something went wrong.
{{ pin_compatible('numpy', max_pin='x') }}
pin_compatible('numpy')
No branches or pull requests
As
numpy
already contains arun_exports
, which has been present sincenumpy
version1.22.3
number1
( conda-forge/numpy-feedstock#262 ), and conda-forge is usingnumpy
version1.22
or newer, we can just rely onrun_exports
fromnumpy
Given this,
{{ pin_compatible("numpy") }}
is no longer needed in the NumPy doc recommendations. So we should drop itWe may consider mentioning the history of it
The text was updated successfully, but these errors were encountered: