Skip to content

Commit 1c5d990

Browse files
authored
Update pysb requirements (#3128)
1 parent 126e936 commit 1c5d990

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/rtd_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ mock>=5.0.2
44
setuptools>=67.7.2
55
# pysb>=1.11.0
66
# WIP PR for compatibility with recent sympy
7-
# https://github.com/pysb/pysb/pull/599
7+
# https://github.com/pysb/pysb/pull/599 / https://github.com/jmuhlich/pysb/pull/6
88
# for building the documentation, we don't care whether this fully works
9-
git+https://github.com/pysb/pysb@0afeaab385e9a1d813ecf6fdaf0153f4b91358af
9+
git+https://github.com/jmuhlich/pysb@22d69a350b472f33d85ba64ffb10b190483c1c98
1010
# For forward type definition in generate_equinox
1111
matplotlib>=3.7.1
1212
optax

python/sdist/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ classifiers = [
6060
# HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
6161
# Invalid value for requires_dist. Error: Can't have direct dependency: ...
6262
petab = ["petab>=0.7.0"]
63-
pysb = ["pysb>=1.13.1"]
63+
pysb = ["pysb>=1.17.0"]
6464
test = [
6565
"fiddy>=0.0.3",
6666
"h5py!=3.15",

0 commit comments

Comments
 (0)