Skip to content

Commit 3e9596f

Browse files
authored
CI(deps): Update jax (cpu) version to 0.10.0 in pyproject.toml
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
1 parent d67e75b commit 3e9596f

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
@@ -176,7 +176,7 @@ pin_pytorch_gpu = [
176176
"torch==2.10.0",
177177
]
178178
pin_jax_cpu = [
179-
"jax==0.5.0;python_version>='3.10'",
179+
"jax==0.10.0;python_version>='3.10'",
180180
]
181181
pin_jax_gpu = [
182182
"jax[cuda12]==0.5.0;python_version>='3.10'",

0 commit comments

Comments
 (0)