Skip to content

Commit

Permalink
Add cardiac-geometries to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Oct 29, 2023
1 parent 11ce8ee commit b59d7d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16
COPY . /app
WORKDIR /app

RUN python3 -m pip install "."
RUN python3 -m pip install ".[demo]"
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Tracker = "https://github.com/finsberg/pulse2/issues"
test = [
"pytest",
"pytest-cov",
"cardiac-geometries",
]
dev = [
"pdbpp",
Expand All @@ -38,9 +39,13 @@ pypi = [
"twine",
"build"
]
demo = [
"cardiac-geometries",
]
docs = [
"jupyter-book",
"jupytext"
"jupytext",
"cardiac-geometries"
]
all = [
"pulse[test]",
Expand Down

0 comments on commit b59d7d6

Please sign in to comment.