From 35ca3abb3415e78fb8fbb213c2cce470bfa40398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:05:04 +0000 Subject: [PATCH] Update numba requirement from >=0.57 to >=0.67.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.67.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.67.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 d7793e860a..8f4b692cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "scipy>=1.10", "cvxpy~=1.7.3", "pandas>=2.0", - "numba>=0.57", + "numba>=0.67.0", "PyVMCON>=2.4.0,<2.5.0", "CoolProp>=6.4", "matplotlib>=2.1.1",