From eac4cef10be32b01e4d586dfe341dbaa8aa1843d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:27:26 +0000 Subject: [PATCH] Chore(deps): bump numba-cuda from 0.4.0 to 0.8.0 Bumps [numba-cuda](https://github.com/rapidsai/numba-cuda) from 0.4.0 to 0.8.0. - [Commits](https://github.com/rapidsai/numba-cuda/compare/v0.4.0...v0.8.0) --- updated-dependencies: - dependency-name: numba-cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f1889b..76b0c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ requires-python = ">=3.10" dependencies = [ "python-libsbml", - "numba-cuda==0.4.0", + "numba-cuda==0.8.0", "numba==0.61.0", "numpy", "graphviz==0.20.3",