Skip to content

Commit d4de5f2

Browse files
committed
add gdal pin for osx
1 parent a226b0a commit d4de5f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ dependencies = [
2323
"nmeatoolkit",
2424
"matplotlib",
2525
"weatherrouting",
26-
"GDAL==3.6.4",
27-
"PyGObject"
26+
"PyGObject",
27+
"GDAL==3.9.2;sys_platform == 'darwin'",
28+
"GDAL==3.6.4;sys_platform == 'linux'"
2829
]
2930
classifiers = [
3031
"Programming Language :: Python",

0 commit comments

Comments
 (0)