From 46ed60a2cb007276b38f0bcdead312d95cfc4d54 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Tue, 20 Jul 2021 09:57:11 -0700 Subject: [PATCH] Pin fastparquet (#42612) * Update sdist.yml * Update pre-commit.yml * Update posix.yml * Pin fastparquet * Pin more fastparquet * Pin in environment.yml * Pin in requirements-dev * Update requirements-dev.txt * Update requirements-dev.txt * Update requirements-dev.txt * Actually fix --- ci/deps/actions-38-db.yaml | 2 +- ci/deps/azure-windows-38.yaml | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/deps/actions-38-db.yaml b/ci/deps/actions-38-db.yaml index b4495fa6887f4..421eeb7a9c2d0 100644 --- a/ci/deps/actions-38-db.yaml +++ b/ci/deps/actions-38-db.yaml @@ -15,7 +15,7 @@ dependencies: - beautifulsoup4 - botocore>=1.11 - dask - - fastparquet>=0.4.0 + - fastparquet>=0.4.0, < 0.7.0 - fsspec>=0.7.4, <2021.6.0 - gcsfs>=0.6.0 - geopandas diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index c56496bce7d6c..2863dc82ded32 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -15,7 +15,7 @@ dependencies: # pandas dependencies - blosc - bottleneck - - fastparquet>=0.4.0 + - fastparquet>=0.4.0, <0.7.0 - flask - fsspec>=0.8.0, <2021.6.0 - matplotlib=3.3.2 diff --git a/environment.yml b/environment.yml index 9396210da3635..cfcb14d2cf7a9 100644 --- a/environment.yml +++ b/environment.yml @@ -99,7 +99,7 @@ dependencies: - xlwt - odfpy - - fastparquet>=0.4.0 # pandas.read_parquet, DataFrame.to_parquet + - fastparquet>=0.4.0, <0.7.0 # pandas.read_parquet, DataFrame.to_parquet - pyarrow>=0.17.0 # pandas.read_parquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather - python-snappy # required by pyarrow diff --git a/requirements-dev.txt b/requirements-dev.txt index 3bf9084f55419..dc6fc837c0688 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ xlrd xlsxwriter xlwt odfpy -fastparquet>=0.4.0 +fastparquet>=0.4.0, <0.7.0 pyarrow>=0.17.0 python-snappy tables>=3.6.1