On 2026/05/10 13:49, Marco van Hulten wrote:
> Hello,
> 
> The attached new package aborts building because of a missing dependency
> 
>     versioneer[toml]==0.28
> 
> How should I deal with pyproject.toml bracketed extra packages?

you're looking at the wrong thing, it's not because of the extra dep:

[project.optional-dependencies]
toml = ["tomli; python_version < '3.11'"]

it's the version number.

updated tgz attached. I have not tested with new GDAL yet.

Attachment: py-pyogrio.tgz
Description: application/tar-gz

Reply via email to