potiuk commented on code in PR #25310:
URL: https://github.com/apache/airflow/pull/25310#discussion_r930241955
##########
scripts/in_container/verify_providers.py:
##########
@@ -141,6 +141,11 @@ class ProviderPackageDetails(NamedTuple):
"adheres to: 'pyarrow<5.1.0,>=5.0.0; extra == \"pandas\"'",
"snowflake",
),
+ (
+ "You have an incompatible version of 'pyarrow' installed (6.0.1),
please install a version that "
+ "adheres to: 'pyarrow<8.1.0,>=8.0.0; extra == \"pandas\"'",
Review Comment:
At least this is what pipdeptree shows us in our image (there might be
others that do it transitively via extras and those are only possible to see by
inspecting individual packages)
--
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]