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/12/18 21:17:32 UTC

[GitHub] [airflow] r-richmond commented on pull request #11950: Add Python 3.9 to supported versions

r-richmond commented on pull request #11950:
URL: https://github.com/apache/airflow/pull/11950#issuecomment-748323782


   Looks like with 2.0 the version of numpy is higher now so @potiuk can you try again?
   
   note: this was with a base version of airflow 2.0 no providers, if that matters.
   
   https://github.com/apache/airflow/blob/master/setup.cfg#L119
   ```
   numpy==1.19.4
     - pandas==1.1.5 [requires: numpy>=1.15.4]
       - apache-airflow==2.0.0 [requires: pandas>=0.17.1,<2.0]
         - apache-airflow-providers-ftp==1.0.0 [requires: apache-airflow>=2.0.0a0]
         - apache-airflow-providers-http==1.0.0 [requires: apache-airflow>=2.0.0a0]
         - apache-airflow-providers-imap==1.0.0 [requires: apache-airflow>=2.0.0a0]
         - apache-airflow-providers-sqlite==1.0.0 [requires: apache-airflow>=2.0.0a0]
   ```


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