Skip to content

Commit 3295eec

Browse files
authored
Update petab_sciml dependency to use Git URL
1 parent 42c9ed2 commit 3295eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maintainers = [
3535
tests = [
3636
"antimony>=3.1.0",
3737
"copasi-basico>=0.85",
38-
"petab_sciml",
38+
"petab_sciml @ git+https://github.com/PEtab-dev/petab_sciml.git",
3939
"pysb",
4040
"pytest",
4141
"pytest-cov",
@@ -73,7 +73,7 @@ vis = [
7373
"scipy"
7474
]
7575
sciml = [
76-
"petab_sciml",
76+
"petab_sciml @ git+https://github.com/PEtab-dev/petab_sciml.git",
7777
]
7878

7979
[project.scripts]

0 commit comments

Comments
 (0)