Skip to content

Commit 87f4ee5

Browse files
authored
fix: limit jax version due to tf prob
1 parent 9ecbf92 commit 87f4ee5

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
@@ -16,7 +16,7 @@ readme = "README.md"
1616
dependencies = [
1717
"numpy >=1.18.0",
1818
"galsim >=2.3.0",
19-
"jax",
19+
"jax <0.7.0",
2020
"jaxlib",
2121
"astropy >=2.0",
2222
"tensorflow-probability >=0.21.0",

0 commit comments

Comments
 (0)