From c4875ae3058e4ed5675e651b22a62edba9ee0506 Mon Sep 17 00:00:00 2001 From: Gordian Edenhofer <gordian.edenhofer@gmail.com> Date: Sun, 16 Feb 2025 12:30:39 -0600 Subject: [PATCH] pyproject.toml: Mark all of `nifty8[re]` required test deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76dd116d3..b4c25a99a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest-cov", "pytest-xdist", "ducc0", - "jaxbind", + "nifty8[re]", ] all = ["nifty8[re,native,parallel,doc,util,test]"] -- GitLab