We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7332174 commit 8215fe4Copy full SHA for 8215fe4
2 files changed
meta.yaml
@@ -25,7 +25,7 @@ requirements:
25
- discretize >=0.10.0
26
- empymod >=2.0.0
27
- geoana >=0.5.0
28
- - geoh5py >=0.10.0b1, <0.11.0a.dev
+ - geoh5py >=0.10.0, <0.11.dev
29
- matplotlib-base
30
- numpy >=1.20
31
- pandas
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
"discretize>=0.10.0",
21
"empymod>=2.0.0",
22
"geoana>=0.5.0",
23
- "geoh5py>=0.10.0-alpha.1, <0.11",
+ "geoh5py>=0.10.0, <0.11.dev",
24
"matplotlib",
"numpy>=1.20",
"pandas",
0 commit comments