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",