Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ mock>=5.0.2
setuptools>=67.7.2
# pysb>=1.11.0
# WIP PR for compatibility with recent sympy
# https://github.com/pysb/pysb/pull/599
# https://github.com/pysb/pysb/pull/599 / https://github.com/jmuhlich/pysb/pull/6
# for building the documentation, we don't care whether this fully works
git+https://github.com/pysb/pysb@0afeaab385e9a1d813ecf6fdaf0153f4b91358af
git+https://github.com/jmuhlich/pysb@22d69a350b472f33d85ba64ffb10b190483c1c98
# For forward type definition in generate_equinox
matplotlib>=3.7.1
optax
Expand Down
2 changes: 1 addition & 1 deletion python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ classifiers = [
# HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
# Invalid value for requires_dist. Error: Can't have direct dependency: ...
petab = ["petab>=0.7.0"]
pysb = ["pysb>=1.13.1"]
pysb = ["pysb>=1.17.0"]
test = [
"fiddy>=0.0.3",
"h5py!=3.15",
Expand Down
Loading