Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Support constraints.txt

Open Youssef1313 opened this issue 2 years ago • 2 comments

Feature Request

https://pip.pypa.io/en/stable/user_guide/#constraints-files

When constraints.txt exists, it should be picked up and used.

ie, if both requirements.txt and constraintx.txt are present, installation should happen with pip install -r requirements.txt -c constraints.txt

Youssef1313 avatar May 11 '23 10:05 Youssef1313

Hi @Youssef1313, thank you for reaching out! We have added this work item to our board for future development.

william-msft avatar May 16 '23 15:05 william-msft

+1 !!!

In the meantime, can this be applied via a custom build command or any environment variable?

michaelconan avatar Jan 22 '25 06:01 michaelconan