Skip to content

Re-sync poetry lock

Tan Le requested to merge fix-poetry-lock into main

What does this merge request do and why?

Re-sync poetry lock. It seems that pandas has retrospectively added some new wheels to pandas-2.2.2 package (source).

Screenshot_2024-04-16_at_9.23.54_AM

I have do the following dance to get these files picked up.

poetry cache clear PyPI --all
poetry cache clear _default_cache --all
poetry lock --no-update && poetry install

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • I've ran the affected pipeline(s) to validate that nothing is broken.
  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Tan Le

Merge request reports