Skip to content

Commit 42c9ed2

Browse files
committed
add dependency
1 parent f758e5f commit 42c9ed2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ maintainers = [
3535
tests = [
3636
"antimony>=3.1.0",
3737
"copasi-basico>=0.85",
38+
"petab_sciml",
3839
"pysb",
3940
"pytest",
4041
"pytest-cov",
@@ -71,6 +72,9 @@ vis = [
7172
"seaborn",
7273
"scipy"
7374
]
75+
sciml = [
76+
"petab_sciml",
77+
]
7478

7579
[project.scripts]
7680
petablint = "petab.petablint:main"

0 commit comments

Comments
 (0)