potiuk commented on issue #24427:
URL: https://github.com/apache/airflow/issues/24427#issuecomment-1154475175

   Nope. It makes compleely no sense to add apache-airflow==2.2.2 to 
constraints that are used to install apache-airflow==2.2.2. 
   
   The problem is not constraints, but you extra dependencies you add . I do 
not know what you want to install but what you want is easily achievable by:
   
   `pip install apache-airflow==2.2.3 --constraints 
https://raw.githubusercontent.com/apache/airflow/constraints-2.2.2/constraints-3.7.txt
 ... whatever other libraries you want to install`


-- 
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]

Reply via email to