From a43004333e6793dcc8fd7ee1116a08d7fe75eef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:10:49 +0000 Subject: [PATCH] chore(deps): update numba requirement 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.59.0...0.63.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.63.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/jupyter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/jupyter/requirements.txt b/scripts/project-templates/jupyter/requirements.txt index a66857a..150dc00 100644 --- a/scripts/project-templates/jupyter/requirements.txt +++ b/scripts/project-templates/jupyter/requirements.txt @@ -18,7 +18,7 @@ seaborn>=0.13.0,<0.14.0 plotly>=5.18.0,<6.0.0 # Performance -numba>=0.59.0,<0.60.0 +numba>=0.59.0,<0.64.0 polars>=0.20.0,<0.21.0 # Extensions