ratt-ru / shadeMS

Rapid Measurement Set plotting with dask-ms and datashader
20 stars 6 forks source link

Update dependencies #113

Closed sjperkins closed 1 year ago

sjperkins commented 1 year ago

Due to the way poetry handles versioning, some of dask-ms's important, but calendar versioned dependencies were constrained to version earlier than 2023. This was changed in:

and dask-ms 0.2.16 released.

Also replaced Dataframe.append usage with pandas.concat in test cases:

sjperkins commented 1 year ago

@Athanaseus, this might conflict with #112, but including dask-ms 0.2.16 should resolve dependency resolution issues.

See:

sjperkins commented 1 year ago

Looks good to me. @sjperkins then I'm happy to follow up with my PR when this merged.

Thanks @Athanaseus