Skip to content

Commit f5cbd41

Browse files
authored
Update JAX version constraints in pyproject.toml
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
1 parent 3e9596f commit f5cbd41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ pin_pytorch_gpu = [
176176
"torch==2.10.0",
177177
]
178178
pin_jax_cpu = [
179-
"jax==0.10.0;python_version>='3.10'",
179+
"jax>=0.6.2;python_version>='3.10'",
180+
"jax==0.10.0;python_version>='3.11'",
180181
]
181182
pin_jax_gpu = [
182183
"jax[cuda12]==0.5.0;python_version>='3.10'",

0 commit comments

Comments
 (0)