From 67a3c24ab74b762336210552b556202b44fb20fc Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Thu, 28 Jul 2022 21:13:40 -0600 Subject: [PATCH] Enable Numba 0.56 in tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 935833c..e5c32ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = ["License :: OSI Approved :: MIT License"] description-file = "README.md" requires-python = ">= 3.7" requires = [ - "numba >=0.51,<0.56", + "numba >=0.51,<0.57", "numpy >=1.17", "scipy >=1.1,<2" ]