From c48c9eccb53d23aebebc81efa1a8cd315420a750 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Thu, 31 May 2018 06:24:07 -0400 Subject: [PATCH] CI: bump numpy on appveyor ci --- ci/appveyor-27.yaml | 4 ++-- ci/appveyor-36.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/appveyor-27.yaml b/ci/appveyor-27.yaml index 84107c605b14f..cfc6a796bd77e 100644 --- a/ci/appveyor-27.yaml +++ b/ci/appveyor-27.yaml @@ -11,9 +11,9 @@ dependencies: - lxml - matplotlib - numexpr - - numpy=1.10* + - numpy=1.12* - openpyxl - - pytables==3.2.2 + - pytables - python=2.7.* - pytz - s3fs diff --git a/ci/appveyor-36.yaml b/ci/appveyor-36.yaml index 5e370de39958a..868724419c464 100644 --- a/ci/appveyor-36.yaml +++ b/ci/appveyor-36.yaml @@ -9,7 +9,7 @@ dependencies: - feather-format - matplotlib - numexpr - - numpy=1.13* + - numpy=1.14* - openpyxl - pyarrow - pytables