From 2aef9085c6bac213d667fdb6b9f013de140942e1 Mon Sep 17 00:00:00 2001 From: "Eric T. Johnson" Date: Fri, 31 May 2024 14:39:39 -0400 Subject: [PATCH] Relax numba version constraints (#741) This was originally updated for Python 3.12, but pip should be able to get compatible versions on its own. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index feed27708..11010a5ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,7 @@ scipy>=1.0.0 sympy>=1.1.1 # optional dependencies -numba>=0.59 -llvmlite>=0.42.0rc1 +numba>=0.52 # tests nbval>=0.9.0