From 2d299e85f9f127c138d18b489ca61d747aad1f47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:18:03 +0000 Subject: [PATCH] Bump numba upper bound to <=0.67.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d18a1ae0bb..a23865e381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "setuptools>=59.0.0", "scipy>=1,<2", "numpy>=2.0", - "numba>=0.58,<=0.66.0", + "numba>=0.58,<=0.67.0", "filelock>=3.15", ] @@ -78,7 +78,7 @@ tests = [ ] rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot"] jax = ["jax", "jaxlib"] -numba = ["numba>=0.58,<=0.66.0", "llvmlite"] +numba = ["numba>=0.58,<=0.67.0", "llvmlite"] kanren = [ "etuples", "logical-unification",