Skip to content

Commit 5652db4

Browse files
committed
Skip zstandard for python 3.13 and 3.13t due to compilation failure
Log: https://screenshot.googleplex.com/BSpKtPbeJLXZUKi (failed). pip install cannot differentiate between standard and free-threaded python environments (checked by running <> -m pip inspect and there is no diff.
1 parent eabc20a commit 5652db4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/requirements.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ scipy>=1.13.1
1616

1717
ml_dtypes>=0.4.0
1818
opt_einsum
19-
zstandard
19+
# python 3.13t cannot compile zstandard 0.23.0 due to
20+
# https://github.com/indygreg/python-zstandard/issues/231.
21+
# pip cannot differentiate between python 3.13 and 3.13t.
22+
zstandard; python_version<="3.12"
2023
etils[epath]
2124
# TODO(ybaturina): remove setuptools version
2225
setuptools<71.0.0

0 commit comments

Comments
 (0)