Skip to content

Commit d8c57b6

Browse files
committed
Make fsspec a test only dependency
1 parent dca0081 commit d8c57b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies = [
2727
"array-api-compat",
2828
"cloudpickle",
2929
"donfig",
30-
"fsspec",
3130
"mypy_extensions", # for rechunker
3231
"ndindex",
3332
"networkx != 2.8.3, != 2.8.4, != 2.8.5, != 2.8.6, != 2.8.7, != 2.8.8, != 3.0.*, != 3.1.*, != 3.2.*",
@@ -83,6 +82,7 @@ coiled = [
8382
test = [
8483
"cubed[diagnostics]",
8584
"dill",
85+
"fsspec",
8686
"numpy_groupies",
8787
"pytest",
8888
"pytest-cov",

0 commit comments

Comments
 (0)