unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.05k stars 281 forks source link

How to correctly install a release v0.19.0b3 #1604

Closed obiii closed 3 weeks ago

obiii commented 3 weeks ago

Discussed in https://github.com/unionai-oss/pandera/discussions/1603

Originally posted by **obiii** April 29, 2024 Hi, I am trying to install a specific release: https://github.com/unionai-oss/pandera/releases/tag/v0.19.0b3 But no matter how I try to install it, when checking the version after installation it shows: ` pip install https://github.com/unionai-oss/pandera/archive/refs/tags/v0.19.0b3.zip` `pandera 0.0.0+dev0` and not `pandera v0.19.0b3` can anyone help here? The reason I want this specific version is because ofcourse polars.
cosmicBboy commented 3 weeks ago

You can do pip install --pre 'pandera[polars]'

obiii commented 3 weeks ago

Hi,

Thank you for this. Its now installed with: pandera 0.19.0b3