Usage of associated python version as a constraint, today pur is ignoring environment markers:
Before:
numpy==1.21.5; python_version<='3.7'
After:
numpy==1.22.3; python_version<='3.7'
Expected as this is the last version that supports Python 3.7:
numpy==1.21.5; python_version<='3.7'
Usage of associated python version as a constraint, today
puris ignoring environment markers:Before:
After:
Expected as this is the last version that supports Python 3.7: