machow / siuba

Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.14k stars 48 forks source link

How to prevent downgrade Pandas from 2.1.2 to 2.1.0 when install siuba? #478

Open italanchan opened 10 months ago

italanchan commented 10 months ago

Current the latest pandas version is 2.1.2, it should support by siuba.

However, install siuba via pip, it would uninstall pandas 2.1.2 and install pandas 2.1.0. How to prevent this issue?