From bf11c6dfffc749fadd73316ebd8c9a2c98ed59a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 01:33:10 +0000 Subject: [PATCH] Build(deps): update numba requirement from ~=0.52 to ~=0.56 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.52.0...0.56.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d0493aac..e5488b24 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,6 +3,6 @@ scipy~=1.6 psutil~=5.8 pyyaml~=5.4 pymongo~=3.11 -numba~=0.52 +numba~=0.56 tqdm~=4.61 matplotlib~=3.4