From f279c609aa4de9ce6d129dbf1c1bc7e45a163144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 19:57:03 +0000 Subject: [PATCH] Bump numba from 0.51.2 to 0.57.0 Bumps [numba](https://github.com/numba/numba) from 0.51.2 to 0.57.0. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.51.2...0.57.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c7d2438..821276f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numba==0.51.2 +numba==0.57.0 numpy>=1.18.2 matplotlib>=3.2.1 ipywidgets>=7.5.1