mrschweizer / PyThat

This is a community package which helps reading .h5 files created by ThatecOS and converting them to xarray objects and netcdf files. This software is not maintained by and has no affiliations to THATec Innovation GmbH.
MIT License
4 stars 1 forks source link

xarray dependency issue #20

Open mrschweizer opened 1 year ago

mrschweizer commented 1 year ago

In the current version, the package seems to be depending on a minimum version. Since this is not stated in the dependencies this may cause an error, since it does not force any updates of xarray.

mrschweizer commented 11 months ago

Included loose version dependencies for h5py and xarray xarray>=0.17.0 h5py>=3.2.1