diff --git a/pyproject.toml b/pyproject.toml index 57da309..8564da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = ["Private :: Do Not Upload"] version = "0" dependencies = [ "h5py==3.9.0", # Pin to same version that is allready installed in the docker image - "cardiac-geometries", + "cardiac-geometries>=0.11.0", "ldrb", "requests", "tqdm", diff --git a/requirements.txt b/requirements.txt index c6b5542..ac03bb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements.txt pyproject.toml # -cardiac-geometries==0.3.11 +cardiac-geometries==0.11.0 # via my-paper (pyproject.toml) certifi==2023.7.22 # via requests