From 1e77c4b238d886e7b4c90a4722004cf93e4fbd47 Mon Sep 17 00:00:00 2001 From: Martin Schubert Date: Tue, 26 Sep 2023 09:44:19 -0700 Subject: [PATCH] Add fmmax to project dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8571f3f..665e88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ maintainers = [ dependencies = [ "agjax", "ceviche_challenges", + "fmmax", "jax", "jaxlib", "numpy",