cool-easter-32542
03/22/2024, 5:47 PM[tool.poetry.dependencies]
polars = {extras = ["adbc"],version="^0.20.16"}
only polars with be infered as project dependency, but not adbc. this is confirmed by running pants dependencies and cause pants test :: to fail due to missing dependency of adbc
Pants version
2.19.1
OS
Linux
Additional info
Add any other information about the problem here, such as attachments or links to gists, if relevant.
pantsbuild/pants