From 33ab862fb1a4e21634e94d54fa2f6cc489620740 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:43:40 -0700 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d9831e15..8413f607 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ }, extras_require={ "test": [ + "autoray<0.7.0" # autoray.tensorflow_diag no longer works "docutils>=0.19", "flaky", "pre-commit",