From f989e7d62b81a93959b2d325946fa94e51027cf8 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Thu, 27 Aug 2026 18:02:23 -0400 Subject: [PATCH] Upgrade the cuda-core version to 1.1.1 --- .github/RELEASE-core.md | 2 ++ cuda_python/setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/RELEASE-core.md b/.github/RELEASE-core.md index 72472a42fdc..a93b3ed8d61 100644 --- a/.github/RELEASE-core.md +++ b/.github/RELEASE-core.md @@ -64,6 +64,8 @@ platforms as appropriate for each release. Review `cuda_core/pyproject.toml` and verify that all dependency requirements are current. +Update the cuda_core dependency in `cuda_python/setup.py`. + --- ## Sweep deprecations whose removal version has arrived diff --git a/cuda_python/setup.py b/cuda_python/setup.py index dad8a596c95..b46d01de59a 100644 --- a/cuda_python/setup.py +++ b/cuda_python/setup.py @@ -32,7 +32,7 @@ version=version, install_requires=[ f"cuda-bindings{matcher}{version}", - "cuda-core~=1.0.0", + "cuda-core~=1.1.0", "cuda-pathfinder~=1.1", ], extras_require={