Skip to content

Commit a03f227

Browse files
committed
Do not use jax version 0.9.1 for now due to its several regressions
1 parent 40f2d3a commit a03f227

File tree

2 files changed

+331
-293
lines changed

2 files changed

+331
-293
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">=3.11"
1515
dependencies = [
1616
"numpy >= 1.21.2",
1717
"scipy >= 1.7.1",
18-
"jax[cpu]>=0.8.1",
18+
"jax[cpu]>=0.8.1,<0.9.1",
1919
"h5py >= 3.6.0",
2020
"tqdm[notebook] >= 4.64.1",
2121
"tqdm-loggable >= 0.1.3",
@@ -51,7 +51,7 @@ dev = [
5151
]
5252

5353
[build-system]
54-
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.8.1"]
54+
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.8.1,<0.9.1"]
5555
build-backend = "hatchling.build"
5656

5757
[tool.scikit-build]

0 commit comments

Comments
 (0)