Skip to content

Commit 6d9064a

Browse files
jrebackNo-Stream
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
1 parent 13cb774 commit 6d9064a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
python-dateutil
22
pytz
3-
numpy=1.12*
3+
numpy=1.13*
44
bottleneck
55
openpyxl
66
xlsxwriter
77
xlrd
88
xlwt
9-
# scipy
9+
scipy
1010
feather-format
1111
numexpr
1212
pytables

0 commit comments

Comments
 (0)