Skip to content

Commit 3352974

Browse files
authored
Make fsspec a test only dependency (#766)
1 parent dca0081 commit 3352974

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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",

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
aiostream
66
array-api-compat
7-
fsspec
87
mypy_extensions # for rechunker
98
ndindex
109
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.*

0 commit comments

Comments
 (0)