Skip to content

Commit 6930f27

Browse files
authored
BLD: pin numpy to particular variant that is built for all our deps (#17619)
closes #17617
1 parent fedf922 commit 6930f27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/requirements-3.6.build

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ python=3.6*
22
python-dateutil
33
pytz
44
nomkl
5-
numpy
65
cython
6+
7+
# pin numpy that is built for all our deps
8+
numpy=1.13.1=py36_blas_openblas_201

0 commit comments

Comments
 (0)