Skip to content

Commit 9f5a63f

Browse files
committed
Revert "Enable build of freethreaded wheels for MacOS after jaxlib supports them now, too"
This reverts commit 16b1e7b.
1 parent 49a8aae commit 9f5a63f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = ">=3.11"
1414
dependencies = [
1515
"numpy >= 1.21.2",
1616
"scipy >= 1.7.1",
17-
"jax[cpu]>=0.7.1",
17+
"jax[cpu]>=0.5.3",
1818
"tensornetwork >= 0.4.5",
1919
"h5py >= 3.6.0",
2020
"tqdm[notebook] >= 4.64.1",
@@ -50,7 +50,7 @@ dev = [
5050
]
5151

5252
[build-system]
53-
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.7.1"]
53+
requires = ["hatchling", "scikit-build-core>=0.11.0", "nanobind>=2.7.0", "jaxlib>=0.5.3"]
5454
build-backend = "hatchling.build"
5555

5656
[tool.scikit-build]
@@ -69,4 +69,4 @@ experimental = true
6969
# Enable free-threaded support
7070
enable = ["cpython-freethreading"]
7171
# Disable building PyPy, musllinux and thread-freethreading on Mac and Windows wheels
72-
skip = ["pp*", "*musllinux*", "*t-win*"]
72+
skip = ["pp*", "*musllinux*", "*t-macosx*", "*t-win*"]

0 commit comments

Comments
 (0)