Skip to content

Commit fdc250f

Browse files
committed
BLD: fix conda-build version on appveyor
closes pandas-dev#13472
1 parent 883df65 commit fdc250f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ environment:
3232
PYTHON_VERSION: "3.5"
3333
PYTHON_ARCH: "64"
3434
CONDA_PY: "35"
35-
CONDA_NPY: "110"
35+
CONDA_NPY: "111"
36+
3637

3738
# We always use a 64-bit machine, but can build x86 distributions
3839
# with the PYTHON_ARCH variable (which is used by CMD_IN_ENV).

0 commit comments

Comments
 (0)