Skip to content

Commit 4137a95

Browse files
committed
CI: pin 2.7 build to numpy 1.13 for the moment
xref #19138
1 parent 9d8dbef commit 4137a95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/requirements-2.7.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ python=2.7*
22
python-dateutil=2.5.0
33
pytz=2013b
44
nomkl
5-
numpy
5+
numpy=1.13*
66
cython=0.24

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ requirements:
1414
build:
1515
- python
1616
- cython
17-
- {{ pin_compatible('numpy') }}
17+
- {{ pin_compatible('numpy', upper_bound='1.14') }}
1818
- setuptools >=3.3
1919
- python-dateutil >=2.5.0
2020
- pytz
2121

2222
run:
2323
- python
24-
- {{ pin_compatible('numpy') }}
24+
- {{ pin_compatible('numpy', upper_bound='1.14') }}
2525
- python-dateutil >=2.5.0
2626
- pytz
2727

0 commit comments

Comments
 (0)