py-pandas: arrow+parquet when +parquet (#50119)

This commit is contained in:
Adam J. Stewart 2025-04-21 09:54:31 +02:00 committed by GitHub
parent 2967bb5540
commit 796adb6b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,3 +209,4 @@ class PyPandas(PythonPackage):
with when("+parquet"):
depends_on("py-pyarrow@10.0.1:")
depends_on("arrow+parquet")