From 4ff52f9130b5570ff722acf733fe979ee81885b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:49 +0000 Subject: [PATCH] chore(deps-dev): Update numba requirement from >=0.59 to >=0.65.0 Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.59.0...0.65.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.65.0 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 844e22a..09e845b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ ml = [ # Clustering "scikit-learn>=1.4", "umap-learn>=0.5.7", - "numba>=0.59", + "numba>=0.65.0", "scipy>=1.12", ]