kaxil commented on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-802052696
@jonasrla If you install Airflow with constraints file you won't need to do that: https://github.com/apache/airflow#installing-from-pypi Example: ``` pip install apache-airflow==2.0.1 \ --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.0.1/constraints-3.7.txt" ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
