Skip to content

Commit

Permalink
Specify GDAL version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 11, 2024
1 parent 7c8674c commit 6cbcc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install gdal-bin libgdal-dev
ogrinfo --version
python -m pip install --upgrade pip
pip install --verbose .[dev]
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["geopandas>=0.13", "shapely>=2.0", "pyproj", "GDAL"]
dependencies = ["geopandas>=0.13", "shapely>=2.0", "pyproj", "GDAL==3.4.1"]

[project.urls]
"Homepage" = "https://github.com/nismod/irv-datapkg"
Expand Down

0 comments on commit 6cbcc72

Please sign in to comment.