Skip to content

Commit

Permalink
Merge pull request #3011 from avalentino/bugfix/no-xarray-datatree
Browse files Browse the repository at this point in the history
Drop dependency on xarray-datatree
  • Loading branch information
djhoese authored Dec 9, 2024
2 parents 2857fbc + 5984c29 commit dba255a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,5 @@ The following people have made contributions to this project:
- [Clement Laplace (ClementLaplace)](https://github.com/ClementLaplace)
- [Will Sharpe (wjsharpe)](https://github.com/wjsharpe)
- [Sara Hörnquist (shornqui)](https://github.com/shornqui)
- [Antonio Valentino](https://github.com/avalentino)
- [Clément (ludwigvonkoopa)](https://github.com/ludwigVonKoopa)
- [Xuanhan Lai (sgxl)](https://github.com/sgxl)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ seviri_l2_bufr = ["eccodes"]
seviri_l2_grib = ["eccodes"]
hsaf_grib = ["pygrib"]
remote_reading = ["fsspec"]
insat_3d = ["xarray-datatree"]
insat_3d = ["xarray>=2024.10.0"]
gms5-vissr_l1b = ["numba"]
# Writers:
cf = ["h5netcdf >= 0.7.3"]
Expand All @@ -87,7 +87,7 @@ satpos_from_tle = ["skyfield", "astropy"]
tests = ["behave", "h5py", "netCDF4", "pyhdf", "imageio",
"rasterio", "geoviews", "trollimage", "fsspec", "bottleneck",
"rioxarray", "pytest", "pytest-lazy-fixtures", "defusedxml",
"s3fs", "eccodes", "h5netcdf", "xarray-datatree",
"s3fs", "eccodes", "h5netcdf", "xarray>=2024.10.0",
"skyfield", "ephem", "pint-xarray", "astropy", "dask-image", "python-geotiepoints", "numba"]
dev = ["satpy[doc,tests]"]

Expand Down

0 comments on commit dba255a

Please sign in to comment.