Skip to content

Commit

Permalink
Merge pull request #11 from agrouaze/fixdeps
Browse files Browse the repository at this point in the history
missing fsspec
  • Loading branch information
agrouaze authored May 17, 2023
2 parents 3ffd76f + aabebfc commit 2c7c5b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/requirements/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- h5netcdf
- zarr
- scipy
- fsspec
# data
- xarray
- xarray-datatree
Expand All @@ -31,6 +32,6 @@ dependencies:
- more-itertools
- tqdm
- importlib_resources
#plotting
# plotting
- holoviews
- geoviews
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies = [
"xarray-datatree",
"importlib_resources",
'tqdm',
"zarr"
"zarr",
'fsspec'
]
dynamic = ["version"]

Expand Down

0 comments on commit 2c7c5b4

Please sign in to comment.