Skip to content

Commit 7af47c9

Browse files
authored
DEPS: sync fastparquet version (#40424)
1 parent 9c31717 commit 7af47c9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Optional libraries below the lowest tested version may still work, but are not c
300300
+=================+=================+=========+
301301
| beautifulsoup4 | 4.6.0 | |
302302
+-----------------+-----------------+---------+
303-
| fastparquet | 0.3.2 | |
303+
| fastparquet | 0.4.0 | X |
304304
+-----------------+-----------------+---------+
305305
| fsspec | 0.7.4 | |
306306
+-----------------+-----------------+---------+

pandas/compat/_optional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bs4": "4.6.0",
1212
"bottleneck": "1.2.1",
1313
"fsspec": "0.7.4",
14-
"fastparquet": "0.3.2",
14+
"fastparquet": "0.4.0",
1515
"gcsfs": "0.6.0",
1616
"lxml.etree": "4.3.0",
1717
"matplotlib": "2.2.3",

pandas/tests/io/test_parquet.py

-1
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,6 @@ def test_filter_row_groups(self, pa):
916916

917917

918918
class TestParquetFastParquet(Base):
919-
@td.skip_if_no("fastparquet", min_version="0.3.2")
920919
def test_basic(self, fp, df_full):
921920
df = df_full
922921

0 commit comments

Comments
 (0)