Skip to content

Commit

Permalink
Relax GDAL requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 11, 2024
1 parent fa07164 commit d3011f8
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 @@ -30,6 +30,7 @@ jobs:
sudo apt-get -y install gdal-bin libgdal-dev
ogrinfo --version
python -m pip install --upgrade pip
pip install gdal==3.4.1 # pin to match apt version
pip install --verbose .[dev]
- name: Lint with flake8
run: |
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==3.4.1"]
dependencies = ["geopandas>=0.13", "shapely>=2.0", "pyproj", "GDAL>=3.3"]

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

0 comments on commit d3011f8

Please sign in to comment.