Skip to content

Commit c19b3df

Browse files
committed
Bump requirement for jax up to 0.5.1 to include SVD fix
1 parent 5ee30eb commit c19b3df

File tree

2 files changed

+222
-220
lines changed

2 files changed

+222
-220
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ requires-python = ">=3.10"
1414
dependencies = [
1515
"numpy >= 1.21.2",
1616
"scipy >= 1.7.1",
17-
"jax[cpu] >= 0.4.35",
17+
"jax[cpu]>=0.5.1",
1818
"tensornetwork >= 0.4.5",
1919
"h5py >= 3.6.0",
2020
"tqdm[notebook] >= 4.64.1",
21-
"tqdm-loggable >= 0.1.3"
21+
"tqdm-loggable >= 0.1.3",
2222
]
2323
keywords = [
2424
"physics",
@@ -53,4 +53,3 @@ dev = [
5353
[build-system]
5454
requires = ["hatchling"]
5555
build-backend = "hatchling.build"
56-

0 commit comments

Comments
 (0)