Skip to content

Commit de6d34f

Browse files
authored
rm interpax dep and jax pin to update lineax (#3146)
1 parent 546ab10 commit de6d34f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

python/sdist/amici/exporters/jax/jax.template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import jax.numpy as jnp
66
import jax.random as jr # noqa: F401
77
import jaxtyping as jt # noqa: F401
8-
from interpax import interp1d # noqa: F401
98
from jax.numpy import inf as oo # noqa: F401
109
from jax.numpy import nan as nan # noqa: F401
1110

python/sdist/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ examples = [
8787
"scipy",
8888
]
8989
jax = [
90-
"jax>=0.7.2,<0.8.2",
90+
"jax>=0.7.2",
9191
"diffrax>=0.7.0",
9292
"jaxtyping>=0.2.34",
9393
"equinox>=0.13.2",
9494
"optimistix>=0.0.9",
95-
"interpax>=0.3.9",
9695
]
9796
sciml = [
9897
"h5py"

0 commit comments

Comments
 (0)