rubenf
rubenf14mo ago

Pip ranges

@Alper you may want to try using ranges, which pip-compile support
2 Replies
Alper
Alper14mo ago
How does that work?
rubenf
rubenfOP14mo ago
Stack Overflow
How to pip install a package with min and max version range?
I'm wondering if there's any way to tell pip, specifically in a requirements file, to install a package with both a minimum version (pip install package>=0.2) and a maximum version which should ...