Skip to content

Commit de7b142

Browse files
jrebackTomAugspurger
authored andcommitted
Revert "CI: temp disable scipy on windows 3.6 build (pandas-dev#18078)" (pandas-dev#18105)
* Revert "CI: temp disable scipy on windows 3.6 build (pandas-dev#18078)" This reverts commit cd6dc87. * use numpy=1.13 (cherry picked from commit 2d6f836)
1 parent 6ba8cd1 commit de7b142

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: "112"
25+
CONDA_NPY: "113"
2626

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

ci/requirements-3.6_WIN.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dateutil
22
pytz
3-
numpy=1.12*
3+
numpy=1.13*
44
bottleneck
55
openpyxl
66
xlsxwriter

0 commit comments

Comments
 (0)