Skip to content

Commit 3ff845b

Browse files
authored
CI: restore np 113 in ci builds (#16656)
* Revert "BLD: fix numpy on 3.6 build as 1.13 was released but no deps are built for it (#16633)" This reverts commit dfebd8a. closes #16634
1 parent 1eb22d5 commit 3ff845b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/requirements-3.6.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ python=3.6*
22
python-dateutil
33
pytz
44
nomkl
5-
numpy=1.12*
5+
numpy
66
cython

ci/requirements-3.6_DOC.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python=3.6*
22
python-dateutil
33
pytz
4-
numpy=1.12*
4+
numpy
55
cython

0 commit comments

Comments
 (0)