From 628f60be2a2f43fdb6601176c17f2b1b8a560abb Mon Sep 17 00:00:00 2001 From: mrava87 Date: Fri, 9 Aug 2024 23:44:18 +0200 Subject: [PATCH] bug: added jax to requirements-doc --- requirements-doc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-doc.txt b/requirements-doc.txt index c0126961..74fea77d 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -2,6 +2,7 @@ # since the dtcwt and spgl1 are not yet compatible with numpy=2.0.0 numpy>=1.21.0,<2.0.0 scipy>=1.11.0 +jax --extra-index-url https://download.pytorch.org/whl/cpu torch>=1.2.0 numba