microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.57k stars 260 forks source link

Fix : Cant install kaleido 0.2.1.post1 with poetry #90

Closed vignesh14052002 closed 5 months ago

vignesh14052002 commented 5 months ago

In our project we are using lida and poetry as dependency manager . kaleido's latest release 0.2.1.post1 cannot be used in windows . pypi is able to recognise it while using pip install lida , but not for poetry when using poetry add lida poetry issue poetry throwing error image

So updated pyproject.toml to ignore the specific release alone Kaleido introduced commit for reference