From 3695f50fe4269651bc18eba81a4c5eddcd6d5386 Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Thu, 24 Oct 2024 11:43:49 -0700 Subject: [PATCH] CI: pin slepc<=3.21 for now --- ci/requirements/py-slepc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements/py-slepc.yml b/ci/requirements/py-slepc.yml index 57b6b3e3..5e191615 100644 --- a/ci/requirements/py-slepc.yml +++ b/ci/requirements/py-slepc.yml @@ -20,5 +20,5 @@ dependencies: - pytest-cov - scipy - slepc=*=*complex* - - slepc4py + - slepc4py<=3.21 - tqdm \ No newline at end of file