Skip to content

Commit bf36eb9

Browse files
committed
update depencies
1 parent 017a325 commit bf36eb9

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ discretize = "0.12.*" # also in simpeg, grid-apps
8080
distributed = "2025.3.*" # for dask[distributed]
8181
numpy = "~2.4.2"
8282
pydantic = "~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"
8386
scikit-learn = "~1.8.0"
8487
scipy = "~1.17.0"
8588
tqdm = "^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}
9497
grid-apps = {git = "https://github.com/MiraGeoscience/grid-apps.git", rev = "GEOPY-2661"}
@@ -138,11 +141,7 @@ geoana = "0.8.*" # from simpeg
138141
h5py = ">=3.15.1, <4.0.dev" # from geoh5py
139142
matplotlib-base = ">=3.10.0, <3.11.dev" # from geoapps-utils
140143
Pillow = ">=12.1.0, <13.0.dev" # from geoh5py
141-
pydiso = ">=0.2.0"
142144
pymatsolver = "0.3.*" # from simpeg
143-
python_abi = ">=3.*"
144-
python-mumps = ">=0.0.6.0"
145-
rtree = ">=1.4.0"
146145
zarr = ">=2.14.2, 2.14.*" # from simpeg[dask]
147146

148147
[tool.poetry.requires-plugins]

recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ requirements:
3737
- dask-core 2025.3.*
3838
- discretize 0.12.*
3939
- distributed 2025.3.*
40-
- numpy 2.4.*
40+
- numpy >=2.4.2, 2.4.*
4141
- pydantic >=2.12.0, 2.12.*
4242
- pydiso 0.2.*
4343
- python-mumps >=0.0.6, 0.0.6.*
4444
- rtree 1.4.*
45-
- scikit-learn 1.6.*
45+
- scikit-learn 1.8.*
4646
- scipy 1.17.*
4747
- tqdm >=4.66.1, 4.*
4848
- trimesh >=4.1.3, 4.1.*

0 commit comments

Comments
 (0)