Skip to content

Commit 252c943

Browse files
committed
allow geoh5py 0.13*
1 parent 1a83eca commit 252c943

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["geophysics", "inverse problem"]
1818
dependencies = [
1919
"discretize>=0.11",
2020
"geoana>=0.7.0",
21-
"geoh5py>=0.12.0b3, <0.13.dev",
21+
"geoh5py>=0.12.0rc, <0.14.dev",
2222
"libdlf",
2323
"matplotlib",
2424
"numpy>=1.22",

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
run:
2929
- python >=${{ python_min }}
3030
# Mira packages
31-
- geoh5py >=0.12.0a.dev, <0.13.dev
31+
- geoh5py >=0.12.0rc, <0.14.dev
3232
# direct dependencies
3333
- dask-core *
3434
- discretize >=0.11

0 commit comments

Comments
 (0)