From de23291f8ed8302c09752546c314cd30ce91746c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:03:00 +0000 Subject: [PATCH] Bump numba from 0.62.1 to 0.64.0 Bumps [numba](https://github.com/numba/numba) from 0.62.1 to 0.64.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.62.1...0.64.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.64.0 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 f26c6713..ea6cbdfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "numpy==2.2.6", "matplotlib==3.10.7", "h5py==3.15.1", - "numba==0.62.1", + "numba==0.64.0", "scipy==1.15.3", "pandas==2.3.3", "tables==3.10.1",