Skip to content

Commit 3cec8ec

Browse files
Bump jax from 0.7.2 to 0.8.1 (#777)
* Bump jax from 0.7.2 to 0.8.1 Bumps [jax](https://github.com/jax-ml/jax) from 0.7.2 to 0.8.1. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/jax-v0.8.1/CHANGELOG.md) - [Commits](jax-ml/jax@jax-v0.7.2...jax-v0.8.1) --- updated-dependencies: - dependency-name: jax dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update import path --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
1 parent 9171854 commit 3cec8ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements_jax.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jax==0.7.2
1+
jax==0.8.2

veros/core/special/tdma_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import jaxlib.mlir.ir as ir
2424
from jaxlib.mlir.dialects import mhlo
2525

26-
from jax.interpreters.mlir import custom_call
26+
from jax._src.interpreters.mlir import custom_call
2727

2828

2929
if HAS_CPU_EXT:

0 commit comments

Comments
 (0)