Skip to content

Commit

Permalink
get ready for 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Dec 23, 2024
1 parent 97b56fc commit e0be41b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
push:
branches:
- develop
- integrate-1.9
paths:
- "**"

pull_request:
branches:
- develop
- integrate-1.9

release:
types: [published]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


tests_require = [
"deepdiff",
"deepdiff>=8.0",
"gdal",
"mock",
"pep8-naming",
Expand Down Expand Up @@ -78,7 +78,7 @@
"fiona",
"h5py",
"jsonschema>=4.18", # We want a Draft6Validator
"numpy>=1.15.4",
"numpy>=1.15.4,<2.0",
"pyproj",
"rasterio",
"ruamel.yaml",
Expand Down

0 comments on commit e0be41b

Please sign in to comment.