Skip to content

Commit 4a852c1

Browse files
committed
Update dependencies
1 parent b60faae commit 4a852c1

File tree

3 files changed

+292
-296
lines changed

3 files changed

+292
-296
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ requires-python = ">=3.11"
1515
dependencies = [
1616
"numpy >= 1.21.2",
1717
"scipy >= 1.7.1",
18-
"jax[cpu]>=0.7.2",
19-
"tensornetwork >= 0.4.5",
18+
"jax[cpu]>=0.8.1",
2019
"h5py >= 3.6.0",
2120
"tqdm[notebook] >= 4.64.1",
2221
"tqdm-loggable >= 0.1.3",
@@ -51,7 +50,7 @@ dev = [
5150
]
5251

5352
[build-system]
54-
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.7.2"]
53+
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.8.1"]
5554
build-backend = "hatchling.build"
5655

5756
[tool.scikit-build]

0 commit comments

Comments
 (0)