Skip to content

Commit 68d5e2c

Browse files
shobsitswast
andauthored
deps: avoid gcsfs==2025.5.0 (#1762)
* feat: pin `gcsfs<2025.5.0` The latest gcsfs release broke BigFrames, so pinning its version to the last known good version. * Update setup.py --------- Co-authored-by: Tim Sweña (Swast) <[email protected]>
1 parent ea713bf commit 68d5e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# please keep these in sync with the minimum versions in testing/constraints-3.9.txt
3737
"cloudpickle >= 2.0.0",
3838
"fsspec >=2023.3.0",
39-
"gcsfs >=2023.3.0",
39+
"gcsfs >=2023.3.0, !=2025.5.0",
4040
"geopandas >=0.12.2",
4141
"google-auth >=2.15.0,<3.0",
4242
"google-cloud-bigquery[bqstorage,pandas] >=3.31.0",

0 commit comments

Comments
 (0)