Skip to content

Commit 903196d

Browse files
lithomas1feefladder
authored andcommitted
Pin fastparquet (pandas-dev#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
1 parent 4418ae0 commit 903196d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/actions-38-db.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- beautifulsoup4
1616
- botocore>=1.11
1717
- dask
18-
- fastparquet>=0.4.0
18+
- fastparquet>=0.4.0, < 0.7.0
1919
- fsspec>=0.7.4, <2021.6.0
2020
- gcsfs>=0.6.0
2121
- geopandas

ci/deps/azure-windows-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
# pandas dependencies
1616
- blosc
1717
- bottleneck
18-
- fastparquet>=0.4.0
18+
- fastparquet>=0.4.0, <0.7.0
1919
- flask
2020
- fsspec>=0.8.0, <2021.6.0
2121
- matplotlib=3.3.2

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies:
9999
- xlwt
100100
- odfpy
101101

102-
- fastparquet>=0.4.0 # pandas.read_parquet, DataFrame.to_parquet
102+
- fastparquet>=0.4.0, <0.7.0 # pandas.read_parquet, DataFrame.to_parquet
103103
- pyarrow>=0.17.0 # pandas.read_parquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather
104104
- python-snappy # required by pyarrow
105105

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ xlrd
6464
xlsxwriter
6565
xlwt
6666
odfpy
67-
fastparquet>=0.4.0
67+
fastparquet>=0.4.0, <0.7.0
6868
pyarrow>=0.17.0
6969
python-snappy
7070
tables>=3.6.1

0 commit comments

Comments
 (0)