Skip to content

Commit 132ce36

Browse files
authored
Require python-libcombine (#184)
Currently, `python-libcombine` is not a requirement, but we rely on it being installed. So, let's require it. Closes #172.
1 parent e11b47c commit 132ce36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"antimony",
1919
"python-libsbml",
2020
"matplotlib",
21-
"petab>=0.6.0",
21+
"petab[combine]>=0.6.0",
2222
"qtawesome",
2323
"copasi-basico",
2424
"copasi-petab-importer"

0 commit comments

Comments
 (0)