Skip to content

Commit 452fced

Browse files
committed
try to avoid Cython 3.1 to speed up build time
1 parent f589987 commit 452fced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_bindings/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
33

44
[build-system]
5-
requires = ["setuptools>=77.0.0", "cython>=3.0", "pyclibrary>=0.1.7"]
5+
requires = ["setuptools>=77.0.0", "cython>=3.0,<3.1.0", "pyclibrary>=0.1.7"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -38,7 +38,7 @@ all = [
3838
]
3939

4040
test = [
41-
"cython>=3.0",
41+
"cython>=3.0,<3.1.0",
4242
"setuptools>=77.0.0",
4343
"numpy>=1.21.1",
4444
"pytest>=6.2.4",

0 commit comments

Comments
 (0)