potiuk commented on issue #19467:
URL: https://github.com/apache/airflow/issues/19467#issuecomment-963176099
--constraints should be added to `pip install` command not to
requirements.txt. Constraints added in requirements.txt make no sense.
```
pip3 install --no-cache -r ${AIRFLOW_HOME}/requirements.txt --constraint ....
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]