Skip to content

Commit

Permalink
GEOPY-1617: apply version constraints from upstream simpeg
Browse files Browse the repository at this point in the history
# Conflicts:
#	pyproject.toml
  • Loading branch information
sebhmg committed Jul 5, 2024
1 parent 008f932 commit 3f98e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ include = [
[tool.poetry.dependencies]
python = "^3.10"

discretize = ">=0.8.0"
discretize = ">=0.10.0"
empymod = ">=2.0.0"
geoana = "*"
geoana = ">=0.5.0"

geoh5py = {version = ">=0.9.1, <0.11", allow-prereleases = true}
#geoh5py = {url = "https://github.com/MiraGeoscience/geoh5py/archive/refs/heads/develop.tar.gz"}
Expand Down

0 comments on commit 3f98e30

Please sign in to comment.