WillAyd commented on code in PR #1346: URL: https://github.com/apache/arrow-adbc/pull/1346#discussion_r1423043032
########## python/adbc_driver_manager/pyproject.toml: ########## @@ -25,8 +25,8 @@ requires-python = ">=3.9" dynamic = ["version"] [project.optional-dependencies] -dbapi = ["pandas", "pyarrow>=8.0.0"] -test = ["duckdb", "pandas", "pyarrow>=8.0.0", "pytest"] +dbapi = ["pandas", "pyarrow>=14.0.1"] Review Comment: Not a huge deal now but if usage grows over time this could be a pain point for pandas. -- 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]
