Skip to content

Commit 3ace9f2

Browse files
committed
CI: use numpy=1.12 on appveyor
1 parent 6855a7b commit 3ace9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
PYTHON_VERSION: "3.6"
2323
PYTHON_ARCH: "64"
2424
CONDA_PY: "36"
25-
CONDA_NPY: "111"
25+
CONDA_NPY: "112"
2626

2727
- CONDA_ROOT: "C:\\Miniconda3_64"
2828
PYTHON_VERSION: "2.7"

ci/requirements-3.6-64.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy
44
openpyxl
55
xlsxwriter
66
xlrd
7-
#xlwt
7+
xlwt
88
scipy
99
feather-format
1010
numexpr

0 commit comments

Comments
 (0)