Skip to content

Commit 294a5dc

Browse files
committed
Fix missing sbmlmath dependency
1 parent 876c781 commit 294a5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ doc = [
6565
# https://github.com/spatialaudio/nbsphinx/issues/687#issuecomment-1339271312
6666
"ipython>=7.21.0, !=8.7.0",
6767
"pysb",
68-
"antimony>=2.14.0"
68+
"antimony>=2.14.0",
69+
"sbmlmath>=0.4.0",
6970
]
7071
vis = [
7172
"matplotlib>=3.6.0",

0 commit comments

Comments
 (0)