Skip to content

Commit 37e4439

Browse files
cpcloudjcrist
authored andcommitted
refactor(dependencies): make fsspec a test-only dependency
1 parent ea71719 commit 37e4439

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

poetry.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ impyla = { version = ">=0.17,<1", optional = true }
7373
oracledb = { version = ">=1.3.1,<3", optional = true }
7474
packaging = { version = ">=21.3,<25", optional = true }
7575
pins = { version = ">=0.8.3,<1", extras = ["gcs"], optional = true }
76-
fsspec = { version = "<2024.9.1", optional = true }
7776
polars = { version = ">=1,<2", optional = true }
7877
psycopg2 = { version = ">=2.8.4,<3", optional = true }
7978
pydata-google-auth = { version = ">=1.4.0,<2", optional = true }
@@ -107,6 +106,7 @@ tqdm = ">=4.66.1,<5"
107106
[tool.poetry.group.test.dependencies]
108107
cloudpickle = "*"
109108
filelock = ">=3.7.0,<4"
109+
fsspec = "<2024.9.1"
110110
hypothesis = ">=6.58.0,<7"
111111
packaging = ">=21.3,<25"
112112
pytest = ">=8.2.0,<9"
@@ -249,7 +249,7 @@ trino = ["trino", "pyarrow", "pyarrow-hotfix", "numpy", "pandas", "rich"]
249249
visualization = ["graphviz"]
250250
decompiler = ["black"]
251251
deltalake = ["deltalake"]
252-
examples = ["pins", "fsspec"]
252+
examples = ["pins"]
253253
geospatial = ["geoarrow-types", "geopandas", "pyproj", "shapely"]
254254

255255
[tool.poetry.plugins."ibis.backends"]

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ filelock==3.15.4 ; python_version >= "3.10" and python_version < "4.0"
6262
fonttools==4.53.1 ; python_version >= "3.10" and python_version < "3.13"
6363
fqdn==1.5.1 ; python_version >= "3.10" and python_version < "3.13"
6464
frozenlist==1.4.1 ; python_version >= "3.10" and python_version < "4.0"
65-
fsspec==2024.9.0 ; python_version >= "3.10" and python_version < "4.0"
66-
gcsfs==2024.9.0.post1 ; python_version >= "3.10" and python_version < "4.0"
65+
fsspec==2024.6.1 ; python_version >= "3.10" and python_version < "4.0"
66+
gcsfs==2024.6.1 ; python_version >= "3.10" and python_version < "4.0"
6767
geoarrow-types==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
6868
geopandas==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
6969
google-api-core==2.19.2 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)