Skip to content

Commit fc51658

Browse files
Jammy2211Jammy2211
authored andcommitted
change JAX range
1 parent 53dfc99 commit fc51658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ keywords = ["cli"]
2727
dependencies = [
2828
"pathlib",
2929
"jaxnnls==1.0.1",
30-
"jax==0.4.28",
31-
"jaxlib==0.4.28",
30+
"jax>=0.4.13,<0.5.0",
31+
"jaxlib>=0.4.13,<0.5.0",
3232
"typing-inspect>=0.4.0",
3333
"PyYAML>=6.0.1",
3434
"numpy>=1.24.0,<=2.0.1"

0 commit comments

Comments
 (0)