We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546ab10 commit de6d34fCopy full SHA for de6d34f
2 files changed
python/sdist/amici/exporters/jax/jax.template.py
@@ -5,7 +5,6 @@
5
import jax.numpy as jnp
6
import jax.random as jr # noqa: F401
7
import jaxtyping as jt # noqa: F401
8
-from interpax import interp1d # noqa: F401
9
from jax.numpy import inf as oo # noqa: F401
10
from jax.numpy import nan as nan # noqa: F401
11
python/sdist/pyproject.toml
@@ -87,12 +87,11 @@ examples = [
87
"scipy",
88
]
89
jax = [
90
- "jax>=0.7.2,<0.8.2",
+ "jax>=0.7.2",
91
"diffrax>=0.7.0",
92
"jaxtyping>=0.2.34",
93
"equinox>=0.13.2",
94
"optimistix>=0.0.9",
95
- "interpax>=0.3.9",
96
97
sciml = [
98
"h5py"
0 commit comments