From 3f98e304647a711679dc87fb9499b3c79779050b Mon Sep 17 00:00:00 2001 From: sebhmg Date: Thu, 27 Jun 2024 00:17:45 -0400 Subject: [PATCH] GEOPY-1617: apply version constraints from upstream simpeg # Conflicts: # pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdf2f72b70..adaab583b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}