Skip to content

Commit be124a5

Browse files
Update optimistix dependency version
Fixes #722. Updated the version of the 'optimistix' dependency from 0.0.10 to 0.1.0. I'm proposing to merge this into main and do a small bug fix release? GPU preallocation seems annoying enough for that.
1 parent b3b3c8c commit be124a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: Information Analysis",
2020
"Topic :: Scientific/Engineering :: Mathematics"
2121
]
22-
dependencies = ["jax>=0.4.38", "jaxtyping>=0.2.24", "typing_extensions>=4.5.0", "equinox>=0.11.10", "lineax>=0.0.5", "optimistix>=0.0.10", "wadler_lindig>=0.1.1"]
22+
dependencies = ["jax>=0.4.38", "jaxtyping>=0.2.24", "typing_extensions>=4.5.0", "equinox>=0.11.10", "lineax>=0.0.5", "optimistix>=0.1.0", "wadler_lindig>=0.1.1"]
2323
description = "GPU+autodiff-capable ODE/SDE/CDE solvers written in JAX."
2424
keywords = ["jax", "dynamical-systems", "differential-equations", "deep-learning", "equinox", "neural-differential-equations", "diffrax"]
2525
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)