turbaszek commented on issue #12500:
URL: https://github.com/apache/airflow/issues/12500#issuecomment-731578810
Searching for `pandas` import it seems that only `DbApiHook` requires it
explicitly for one method: `get_pandas_df`.
Apart from that:
```
root@1572924b0714:/opt/airflow# pipdeptree -r -p pandas
pandas==1.1.0
- apache-airflow==2.0.0b3 [requires: pandas>=0.17.1,<2.0]
- nteract-scrapbook==0.4.1 [requires: pandas]
- pandas-gbq==0.13.2 [requires: pandas>=0.19.0]
```
Where `nteract-scrapbook` is required for `papermill` provider and
`pandas-gbq` is for `google`. I removed pandas from setup.cfg and using clean
venv installed airflow. No pandas was installed and running few airflow
commands showed no errors.
----------------------------------------------------------------
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]