You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/23 16:43:12 UTC

[GitHub] [airflow] potiuk commented on issue #7841: Requirements now depend on python version

potiuk commented on issue #7841: Requirements now depend on python version
URL: https://github.com/apache/airflow/pull/7841#issuecomment-602719201
 
 
   IT turned out that requirements are slightly different for different versions of python (especially in 1.10) so I had to add different version of requirements. At the same time I removed -pinned version. It's not really needed we should be able to easily install airflow now with one command:
   
   ```
     pip install apache-airflow[gcp]==1.10.10 \
         --constraint https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.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:
users@infra.apache.org


With regards,
Apache Git Services