winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

Version ranges for Python packages not working #140

Closed mastersign closed 5 years ago

mastersign commented 5 years ago

Python packages can be installed with an exact version like 1.2.3, but version ranges or combined version specifiers like <7, >= 5.8 do not work.

See https://winbench.org/ref/app-properties/#Version.

mastersign commented 5 years ago

BenchTasks.InstallPythonPackage() always puts an == in front of the version.

mastersign commented 5 years ago

For reference docs see PEP 440.