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