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
this makes the conda builds use the proper numpy build
e.g.
conda build conda.recipe --python 3.5 --numpy 1.9
will then generate
pandas-v0.17.0-np19py35 which is what we want
pandas-v0.17.0-np19py35
The text was updated successfully, but these errors were encountered:
BLD: conda recipe uses numpy x.x, #11506
83795a3
closed via 83795a3
Sorry, something went wrong.
jreback
No branches or pull requests
this makes the conda builds use the proper numpy build
e.g.
conda build conda.recipe --python 3.5 --numpy 1.9
will then generate
pandas-v0.17.0-np19py35
which is what we wantThe text was updated successfully, but these errors were encountered: