askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

Pydantic 2.0.0 breaks fresh install #554

Open ddobie opened 3 months ago

ddobie commented 3 months ago

Problem is here: https://github.com/vaexio/vaex/issues/2384. This is fixed in v1.17 of vaex, but that's not available via conda forge yet so poetry cannot install it/resolve its dependencies

Temporary solution is to pin pydantic<2.0.0, which I've done in #533. Eventually we should require vaex>1.17.