From 942c685f35b73f69a6cccaae66c0018269fa29bc Mon Sep 17 00:00:00 2001 From: Shuowei Li Date: Fri, 6 Feb 2026 21:49:40 +0000 Subject: [PATCH] fix: exlcude gcsfs 2026.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38c2a6032e..d393375d14 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ # please keep these in sync with the minimum versions in testing/constraints-3.10.txt "cloudpickle >= 2.0.0", "fsspec >=2023.3.0", - "gcsfs >=2023.3.0, !=2025.5.0", + "gcsfs >=2023.3.0, !=2025.5.0, !=2026.2.0", "geopandas >=0.12.2", "google-auth >=2.15.0,<3.0", "google-cloud-bigquery[bqstorage,pandas] >=3.36.0",