Skip to content

Commit 8215fe4

Browse files
committed
use released geoh5py 0.10.0 or higher
1 parent 7332174 commit 8215fe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requirements:
2525
- discretize >=0.10.0
2626
- empymod >=2.0.0
2727
- geoana >=0.5.0
28-
- geoh5py >=0.10.0b1, <0.11.0a.dev
28+
- geoh5py >=0.10.0, <0.11.dev
2929
- matplotlib-base
3030
- numpy >=1.20
3131
- pandas

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"discretize>=0.10.0",
2121
"empymod>=2.0.0",
2222
"geoana>=0.5.0",
23-
"geoh5py>=0.10.0-alpha.1, <0.11",
23+
"geoh5py>=0.10.0, <0.11.dev",
2424
"matplotlib",
2525
"numpy>=1.20",
2626
"pandas",

0 commit comments

Comments
 (0)