Skip to content

Commit d5e0d31

Browse files
authored
distutils is part of setuptools
1 parent eb07724 commit d5e0d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ all = [
3939

4040
test = [
4141
"cython>=3.0",
42-
"distutils",
42+
"setuptools",
4343
"numpy>=1.21.1",
4444
"pytest>=6.2.4",
4545
"pytest-benchmark>=3.4.1",

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
[project.optional-dependencies]
4949
cu11 = ["cuda-bindings==11.8.*"]
5050
cu12 = ["cuda-bindings==12.*"]
51-
test = ["cython>=3.0", "distutils", "pytest>=6.2.4"]
51+
test = ["cython>=3.0", "setuptools", "pytest>=6.2.4"]
5252
test-cu11 = ["cuda-core[test]", "cupy-cuda11x", "nvidia-cuda-runtime-cu11"] # runtime headers needed by CuPy
5353
test-cu12 = ["cuda-core[test]", "cupy-cuda12x", "nvidia-cuda-runtime-cu12"] # runtime headers needed by CuPy
5454

0 commit comments

Comments
 (0)