From be8d355b46e40143c95fea11912ebf24066fe78a Mon Sep 17 00:00:00 2001 From: fjetter Date: Wed, 3 Jun 2020 14:50:48 +0200 Subject: [PATCH] Allow pyarrow==0.17.X --- .travis.yml | 3 ++- conda-requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddfb3933..142dfb3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,11 @@ env: - CONDA_CREATE_ARGS="pyarrow==0.14.1" - CONDA_CREATE_ARGS="pyarrow==0.15.0" - CONDA_CREATE_ARGS="pyarrow==0.16.0" + - CONDA_CREATE_ARGS="pyarrow==0.17.1" # optional builds - - CONDA_CREATE_ARGS="pyarrow==0.16.0" NUMFOCUS_NIGHTLY=1 + - CONDA_CREATE_ARGS="pyarrow==0.17.1" NUMFOCUS_NIGHTLY=1 - ARROW_NIGHTLY=1 before_install: diff --git a/conda-requirements.txt b/conda-requirements.txt index d0364e59..447b0d80 100644 --- a/conda-requirements.txt +++ b/conda-requirements.txt @@ -5,7 +5,7 @@ msgpack-python>=0.5.2 numpy!=1.15.0,!=1.16.0 pandas>=0.23.0, !=1.0.0 # https://github.com/pandas-dev/pandas/issues/31441 # pyarrow==0.14.0 breaks kartothek -pyarrow>=0.13.0, !=0.14.0, <0.17.0 # Keep upper bound pinned until we see non-breaking releases in the future +pyarrow>=0.13.0, !=0.14.0, <0.18.0 # Keep upper bound pinned until we see non-breaking releases in the future simplejson simplekv storefact diff --git a/requirements.txt b/requirements.txt index 6701602d..d82fe87c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ msgpack>=0.5.2 numpy!=1.15.0,!=1.16.0 pandas>=0.23.0, !=1.0.0 # https://github.com/pandas-dev/pandas/issues/31441 # pyarrow==0.14.0 breaks kartothek -pyarrow>=0.13.0, !=0.14.0, <0.17.0 # Keep upper bound pinned until we see non-breaking releases in the future +pyarrow>=0.13.0, !=0.14.0, <0.18.0 # Keep upper bound pinned until we see non-breaking releases in the future simplejson simplekv storefact