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

   Surely. Constraints of airflow do not include pandas extra. As explained in 
our documentation, when you want to install/upgrede providers independently 
from the airflow core, you should not use constraints
   
   
https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#installing-upgrading-downgrading-providers-separately-from-airflow-core
   
   Constraints are only to install standard airflow providers and then you can 
install (and then test) additional extras and dependencies as separate 
installation step without constraints.
   
   There is no guarantee for that - sometimes conflicting dependencies will 
make it impossible to have a working set of dependencies in which case you 
should follow 
https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html#handling-conflicting-complex-python-dependencies
   
   In the upcoming versiom of the documentation more examples and explanation 
has been added so that you can be better informed about it - see 
https://github.com/apache/airflow/pull/31882 - this new docs will be published 
in the next few days together with releasing of 2.6.2.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to