Skip to content

Commit

Permalink
add gdal pin for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Dec 23, 2024
1 parent a226b0a commit d4de5f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4de5f2

Please sign in to comment.