We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8dbef commit 4137a95Copy full SHA for 4137a95
ci/requirements-2.7.build
@@ -2,5 +2,5 @@ python=2.7*
2
python-dateutil=2.5.0
3
pytz=2013b
4
nomkl
5
-numpy
+numpy=1.13*
6
cython=0.24
conda.recipe/meta.yaml
@@ -14,14 +14,14 @@ requirements:
14
build:
15
- python
16
- cython
17
- - {{ pin_compatible('numpy') }}
+ - {{ pin_compatible('numpy', upper_bound='1.14') }}
18
- setuptools >=3.3
19
- python-dateutil >=2.5.0
20
- pytz
21
22
run:
23
24
25
26
27
0 commit comments