ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS

Home Page:https://dask-ms.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-casacore dependencies are too strict, add support back for python3.8

bennahugo opened this issue · comments

Two issues with supporting the existing ecosystem:

  • At the moment the version pinning of dask-ms is too strict to properly support migrating the existing ecosystem over (https://github.com/cyriltasse/DDFacet/pull/865 for instance rely targeting Python 3.8 - which is our current LTS version).
  • The version pinning on python-casacore is also too strict 3.5 has only very recently released. I have successfully tested downpinning casacore back to v3.3.1 with dask-ms tests passing for 3.3.1 and 3.4.

I will make a PR here to bring back support for Python 3.8 and python-casacore v3.3.1 in order to get @o-smirnov's dask-ms porting of backends to more recent versions of dask-ms.

Closing, for reasons discussed here #306 (comment)