Skip to content

Commit

Permalink
Stop gdal 3.8.2 installing
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jan 8, 2024
1 parent 04c7d6d commit ac2e908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest]
py3version: ["9", "10"]
fail-fast: false
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@try-python--m-pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click < 9
gdal >= 3.7
gdal >= 3.7, < 3.8
geopandas >= 0.13, < 0.14
ipykernel < 7
lxml < 5
Expand Down

0 comments on commit ac2e908

Please sign in to comment.