From de44987b60e7bcd719e95a2fa91def4eade0b2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:04:46 +0000 Subject: [PATCH] Update numba requirement from >=0.57 to >=0.66.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.57.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 59fd76917..eaa440cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "cvxpy~=1.7.3", "osqp>=1.0", "pandas>=2.0", - "numba>=0.57", + "numba>=0.66.0", "PyVMCON>=2.4.0,<2.5.0", "CoolProp>=6.4", "matplotlib>=2.1.1",