@@ -73,7 +73,6 @@ impyla = { version = ">=0.17,<1", optional = true }
73
73
oracledb = { version = " >=1.3.1,<3" , optional = true }
74
74
packaging = { version = " >=21.3,<25" , optional = true }
75
75
pins = { version = " >=0.8.3,<1" , extras = [" gcs" ], optional = true }
76
- fsspec = { version = " <2024.9.1" , optional = true }
77
76
polars = { version = " >=1,<2" , optional = true }
78
77
psycopg2 = { version = " >=2.8.4,<3" , optional = true }
79
78
pydata-google-auth = { version = " >=1.4.0,<2" , optional = true }
@@ -107,6 +106,7 @@ tqdm = ">=4.66.1,<5"
107
106
[tool .poetry .group .test .dependencies ]
108
107
cloudpickle = " *"
109
108
filelock = " >=3.7.0,<4"
109
+ fsspec = " <2024.9.1"
110
110
hypothesis = " >=6.58.0,<7"
111
111
packaging = " >=21.3,<25"
112
112
pytest = " >=8.2.0,<9"
@@ -249,7 +249,7 @@ trino = ["trino", "pyarrow", "pyarrow-hotfix", "numpy", "pandas", "rich"]
249
249
visualization = [" graphviz" ]
250
250
decompiler = [" black" ]
251
251
deltalake = [" deltalake" ]
252
- examples = [" pins" , " fsspec " ]
252
+ examples = [" pins" ]
253
253
geospatial = [" geoarrow-types" , " geopandas" , " pyproj" , " shapely" ]
254
254
255
255
[tool .poetry .plugins ."ibis .backends" ]
0 commit comments