From c590046591dcae12e697f40256c5186354d655c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:25:59 +0000 Subject: [PATCH] Bump numba from 0.60.0 to 0.61.0 in the pip-others group Bumps the pip-others group with 1 update: [numba](https://github.com/numba/numba). Updates `numba` from 0.60.0 to 0.61.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.60.0...0.61.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48ce9f4076..bb38eec3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "einops==0.8.0", "decord==0.6.0", "typeguard>=4.3,<4.5", - "numba==0.60.0", + "numba==0.61.0", # TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126 "setuptools<70", ]