From ba58668019bb9f231c15aae8f087eff2762f65a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:46:14 +0000 Subject: [PATCH] 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.50.0...0.58.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ae1b79f40..03d73084b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): # shap is separated due to build issues, see https://github.com/slundberg/shap/pull/1802 'shap': [ 'shap>=0.40.0, <0.43.0', # versioning: https://github.com/SeldonIO/alibi/issues/333 - 'numba>=0.50.0, !=0.54.0, <0.58.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466 + 'numba>=0.50.0, !=0.54.0, <0.59.0', # Avoid 0.54 due to: https://github.com/SeldonIO/alibi/issues/466 ], 'tensorflow': ['tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.14.0'], @@ -22,7 +22,7 @@ def readme(): 'all': [ 'ray>=0.8.7, <3.0.0', 'shap>=0.40.0, <0.43.0', - 'numba>=0.50.0, !=0.54.0, <0.58.0', + 'numba>=0.50.0, !=0.54.0, <0.59.0', 'tensorflow>=2.0.0, !=2.6.0, !=2.6.1, <2.14.0', 'torch>=1.9.0, <3.0.0' ]