rawwar commented on code in PR #57813:
URL: https://github.com/apache/airflow/pull/57813#discussion_r2491145984


##########
providers/presto/pyproject.toml:
##########
@@ -61,7 +61,7 @@ dependencies = [
     "apache-airflow-providers-common-compat>=1.8.0",
     "apache-airflow-providers-common-sql>=1.26.0",
     "presto-python-client>=0.8.4",
-    'pandas[postgresql]>=2.1.2; python_version <"3.13"',
+    'pandas>=2.1.2; python_version <"3.13"',

Review Comment:
   But, that needs to be defined pandas 
[pyproject.toml](https://github.com/pandas-dev/pandas/blob/81f8d5d3199d0ec3f94ad7eb8015e183b1681275/pyproject.toml#L73)
 right?  I don't see an extra named psycopg2-binary



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to