Skip to content

Commit 2626fa0

Browse files
committed
Add fsspec to requirements
So far it's been a "soft" requirement (only imported at point of use, if required) but that risks an obscure error if it's needed and not present.
1 parent 39a092d commit 2626fa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python >=3.11
6+
- fsspec
67
- rioxarray
78
- shapely
89
- xarray

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ license = "MIT"
2121
license-files = ["LICEN[CS]E*"]
2222
requires-python = ">=3.11"
2323
dependencies = [
24+
"fsspec",
2425
"rioxarray",
2526
"shapely",
2627
"xarray",

0 commit comments

Comments
 (0)