From 0f4f0378a0fa1e81ed6431e76163a09fc7f58bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:04:05 +0000 Subject: [PATCH] Bump numba from 0.58.1 to 0.62.1 Bumps [numba](https://github.com/numba/numba) from 0.58.1 to 0.62.1. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.58.1...0.62.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.1 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 40ae29f..a6884ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ gensim==4.3.2 nptyping==2.5.0 numba-progress==1.1.0 -numba==0.58.1 +numba==0.62.1 numpy==1.23.2 scipy<1.13 # triu import issue (https://stackoverflow.com/a/78279318/12519564) typing_extensions==4.13.2