We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb774 commit 6d9064aCopy full SHA for 6d9064a
appveyor.yml
@@ -22,7 +22,7 @@ environment:
22
PYTHON_VERSION: "3.6"
23
PYTHON_ARCH: "64"
24
CONDA_PY: "36"
25
- CONDA_NPY: "112"
+ CONDA_NPY: "113"
26
27
- CONDA_ROOT: "C:\\Miniconda3_64"
28
PYTHON_VERSION: "2.7"
ci/requirements-3.6_WIN.run
@@ -1,12 +1,12 @@
1
python-dateutil
2
pytz
3
-numpy=1.12*
+numpy=1.13*
4
bottleneck
5
openpyxl
6
xlsxwriter
7
xlrd
8
xlwt
9
-# scipy
+scipy
10
feather-format
11
numexpr
12
pytables
0 commit comments