Skip to content

CI: pin 2.7 build to numpy 1.13 for the moment #19169

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

Merged
merged 1 commit into from
Jan 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/requirements-2.7.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ python=2.7*
python-dateutil=2.5.0
pytz=2013b
nomkl
numpy
numpy=1.13*
cython=0.24
2 changes: 1 addition & 1 deletion ci/requirements-3.6_DOC.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python=3.6*
python-dateutil
pytz
numpy
numpy=1.13*
cython
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ requirements:
build:
- python
- cython
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('numpy', upper_bound='1.14') }}
- setuptools >=3.3
- python-dateutil >=2.5.0
- pytz

run:
- python
- {{ pin_compatible('numpy') }}
- {{ pin_compatible('numpy', upper_bound='1.14') }}
- python-dateutil >=2.5.0
- pytz

Expand Down