ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

Dask version semantics overly strict in pyproject.toml #278

Closed JSKenyon closed 1 year ago

JSKenyon commented 1 year ago

Description

I believe that some of my dependency woes stem from the ^version syntax in pyproject.toml. The versioning of dask means that ^2022.9.1 will never allow the installation of a 2023.x.x version. Would it be more sensible to specify >=2022.9.1?

sjperkins commented 1 year ago

Yep, let me try this locally