From d4de5f27d5e08546a038a4c773129294aef9bd27 Mon Sep 17 00:00:00 2001 From: Davide Gessa Date: Mon, 23 Dec 2024 18:33:35 +0100 Subject: [PATCH] add gdal pin for osx --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf182e4..778a114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,9 @@ dependencies = [ "nmeatoolkit", "matplotlib", "weatherrouting", - "GDAL==3.6.4", - "PyGObject" + "PyGObject", + "GDAL==3.9.2;sys_platform == 'darwin'", + "GDAL==3.6.4;sys_platform == 'linux'" ] classifiers = [ "Programming Language :: Python",