@@ -80,6 +80,9 @@ discretize = "0.12.*" # also in simpeg, grid-apps
8080distributed = " 2025.3.*" # for dask[distributed]
8181numpy = " ~2.4.2"
8282pydantic = " ~2.12.0" # also in geoh5py, curve-apps, geoapps-utils
83+ pydiso = " ~=0.2.0"
84+ python-mumps = " ~0.0.6.0"
85+ rtree = " >=1.4.0"
8386scikit-learn = " ~1.8.0"
8487scipy = " ~1.17.0"
8588tqdm = " ^4.66.1"
@@ -88,7 +91,7 @@ trimesh = "~4.1.3"
8891# # Pip dependencies from Git repositories
8992# ----------------------------------------
9093# geoh5py = {version = ">=0.13.0a, 0.13.*", source = "pypi", allow-prereleases = true}
91- geoh5py = {git = " https://github.com/MiraGeoscience/geoh5py.git" , rev = " GEOPY-2661 " }
94+ geoh5py = {git = " https://github.com/MiraGeoscience/geoh5py.git" , rev = " develop " }
9295
9396# grid-apps = {version = ">=0.2.0a, 0.2.*", source = "pypi", allow-prereleases = true}
9497grid-apps = {git = " https://github.com/MiraGeoscience/grid-apps.git" , rev = " GEOPY-2661" }
@@ -138,11 +141,7 @@ geoana = "0.8.*" # from simpeg
138141h5py = " >=3.15.1, <4.0.dev" # from geoh5py
139142matplotlib-base = " >=3.10.0, <3.11.dev" # from geoapps-utils
140143Pillow = " >=12.1.0, <13.0.dev" # from geoh5py
141- pydiso = " >=0.2.0"
142144pymatsolver = " 0.3.*" # from simpeg
143- python_abi = " >=3.*"
144- python-mumps = " >=0.0.6.0"
145- rtree = " >=1.4.0"
146145zarr = " >=2.14.2, 2.14.*" # from simpeg[dask]
147146
148147[tool .poetry .requires-plugins ]
0 commit comments