Skip to content

Commit fcae39a

Browse files
committed
[DEVOPS-922] force geoh5py>=0.12.0b3
1 parent 489775b commit fcae39a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
name = "mira-simpeg"
88
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
99
readme = "README.rst"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.10,<4.0"
1111

1212
authors = [
1313
{ name = "SimPEG developers", email = "rowanc1@gmail.com" },
@@ -18,7 +18,7 @@ keywords = ["geophysics", "inverse problem"]
1818
dependencies = [
1919
"discretize>=0.11",
2020
"geoana>=0.7.0",
21-
"geoh5py>=0.12.0a0.dev0, <0.13.dev",
21+
"geoh5py>=0.12.0b3, <0.13.dev",
2222
"libdlf",
2323
"matplotlib",
2424
"numpy>=1.22",

0 commit comments

Comments
 (0)