datagouv / hydra

Async metadata crawler for data.gouv.fr
3 stars 0 forks source link

build: update for compatibility with csv-detective 0.7.2.dev800 and numpy > 2 #129

Closed bolinocroustibat closed 2 months ago

bolinocroustibat commented 2 months ago

Use new csv-detective 0.7.2.dev800 which solves Numpy incompatibilies issues, see the detailed csv-detective issue explaining this, solve some new dependencies issues that appeared after, and upgrade a few deps.

Tested locally, but this should be re-tested in CI and merged after https://github.com/datagouv/csv-detective/pull/89 is merged and deployed to PyPi. Tests cannot pass while the csv-detective version is not deployed on PyPi.

magopian commented 2 months ago

Ouch, any clues how to review such a PR? FYI the CI build seems to be failing (it's complaining about a missing poetry lock?)

bolinocroustibat commented 2 months ago

Ouch, any clues how to review such a PR? FYI the CI build seems to be failing (it's complaining about a missing poetry lock?)

Don't worry about that one, it's more for @Pierlou sorry