From 264b43c579a5cc321dbf01f0a71b8287cbc25f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:12:12 +0000 Subject: [PATCH] Update numba requirement from <0.63,>=0.60.0 to >=0.60.0,<0.64 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.60.0...0.63.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.63.1 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 98b000bc..0c35fb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.10,<3.14" dependencies = [ "bottleneck >= 1.3,< 1.5.1", - "numba >= 0.60.0,< 0.63", + "numba >= 0.60.0,< 0.64", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3", "pandas >= 1.4,< 2.4",