From 01977af481d70ac950e89ad576b1b3033ed02f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 23:36:20 +0000 Subject: [PATCH] Update numba requirement from <0.57.0 to <0.64.0 in /MPI 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/v0.1rc0...0.63.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.63.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MPI/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/pyproject.toml b/MPI/pyproject.toml index 9ee0e98a..c93e4efc 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics" ] dependencies = [ - "numba<0.57.0", + "numba<0.61.0", "numpy<1.25.0", "numba_mpi>=0.30", "PyMPDATA",