Results 1 issues of Arnaldo Varela

I have this minimal pyproject.toml ```toml [project] name = "my-project" version = "0.2.0" description = "Cool project" requires-python = ">=3.10" dependencies = [ "pyarrow==17.0.0" ] [tool.uv] [tool.uv.pip] only-binary = ["pyarrow"]...

question