We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489775b commit fcae39aCopy full SHA for fcae39a
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
name = "mira-simpeg"
8
description = "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
9
readme = "README.rst"
10
-requires-python = ">=3.10"
+requires-python = ">=3.10,<4.0"
11
12
authors = [
13
{ name = "SimPEG developers", email = "rowanc1@gmail.com" },
@@ -18,7 +18,7 @@ keywords = ["geophysics", "inverse problem"]
18
dependencies = [
19
"discretize>=0.11",
20
"geoana>=0.7.0",
21
- "geoh5py>=0.12.0a0.dev0, <0.13.dev",
+ "geoh5py>=0.12.0b3, <0.13.dev",
22
"libdlf",
23
"matplotlib",
24
"numpy>=1.22",
0 commit comments