Skip to content

Commit 9fe234e

Browse files
committed
build(deps): bump cython lower bound
1 parent 8125fa0 commit 9fe234e

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,<3.1.0", "pyclibrary>=0.1.7"]
5+
requires = ["setuptools>=77.0.0", "cython>=3.1,<3.2", "pyclibrary>=0.1.7"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -37,7 +37,7 @@ all = [
3737
]
3838

3939
test = [
40-
"cython>=3.0,<3.1.0",
40+
"cython>=3.1,<3.2",
4141
"setuptools>=77.0.0",
4242
"numpy>=1.21.1",
4343
"pytest>=6.2.4",

0 commit comments

Comments
 (0)