From a14f5396a31951a27c6a9bf6e1e86766f0f70622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:14:27 +0000 Subject: [PATCH] Update numba requirement from <0.66,>=0.65.0 to >=0.65.0,<0.67 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.65.0...0.66.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.66.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76397407..4c24a711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.12,<3.15" dependencies = [ "bottleneck>=1.6.0,<2", - "numba>=0.65.0,<0.66", + "numba>=0.65.0,<0.67", "numexpr>=2.8,<3", "numpy>=1.18.5,<3", "pandas>= 1.4,<4",