Skip to content

Commit

Permalink
Set lower bound on cardiac-geometries
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 8, 2023
1 parent f4db65f commit e1f8277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f8277

Please sign in to comment.