We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea6aef commit 737f584Copy full SHA for 737f584
2 files changed
.readthedocs.yml
@@ -24,4 +24,4 @@ build:
24
- libhdf5-serial-dev
25
- swig
26
tools:
27
- python: "3.11"
+ python: "3.13"
doc/rtd_requirements.txt
@@ -2,7 +2,11 @@
2
sphinx<8
3
mock>=5.0.2
4
setuptools>=67.7.2
5
-pysb>=1.11.0
+# pysb>=1.11.0
6
+# WIP PR for compatibility with recent sympy
7
+# https://github.com/pysb/pysb/pull/599
8
+# for building the documentation, we don't care whether this fully works
9
+git+https://github.com/pysb/pysb@0afeaab385e9a1d813ecf6fdaf0153f4b91358af
10
jax>=0.4.26
11
diffrax>=0.5.0
12
interpax>=0.3.4
@@ -26,4 +30,3 @@ git+https://github.com/readthedocs/readthedocs-sphinx-ext
30
ipykernel
31
-e git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master#subdirectory=src/python&egg=benchmark_models_petab
28
32
-e python/sdist/
29
-numpy<2.0
0 commit comments