Skip to content

Commit

Permalink
Pin fastparquet (pandas-dev#42612)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lithomas1 authored Jul 20, 2021
1 parent 37ea2cd commit 46ed60a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-38-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46ed60a

Please sign in to comment.