From f3db0bfaef92acf32eed667e721e245f79753366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 04:40:10 +0000 Subject: [PATCH] chore(deps-dev): update pycuda requirement Updates the requirements on [pycuda](https://github.com/inducer/pycuda) to permit the latest version. - [Release notes](https://github.com/inducer/pycuda/releases) - [Commits](https://github.com/inducer/pycuda/compare/v2022.1...v2026.1) --- updated-dependencies: - dependency-name: pycuda dependency-version: '2026.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80061df..7145bb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ optional-dependencies.onnx-gpu = [ ] # TensorRT optional-dependencies.tensorrt = [ - "pycuda>=2022.1,<2026", + "pycuda>=2022.1,<2027", "tensorrt>=8.5,<11", ] # Testing