csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Update dependencies for next release #8

Closed mx-moth closed 1 year ago

mx-moth commented 2 years ago

Updating dependencies in pip involves updating setup.cfg and building a new requirements.txt.

Updating dependencies in conda involves updating the conda forge feedstock repository, which can be done as part of bumping to the next version

dask is included in the Python dependencies via emsarray[complete] extra, but is missing from the conda dependencies as conda doesn't support extras in the same way. Investigate which dependencies are missing in conda because of this and include them.

Remove the dependency on scipy from pip and conda requirements - it is not used by anything in emsarray.

mx-moth commented 1 year ago

Conda dependencies were updated as part of releasing 0.2.0