From 891055ab09380df91bb0a346ad9559dcf9ef5f5b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 5 Dec 2021 23:10:22 +0100 Subject: [PATCH] Pin matplotlib to <3.5 --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 1a69f06f..6b1396ca 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -11,7 +11,7 @@ dependencies: - biopython=1.77 - numpy - scipy - - matplotlib-base + - matplotlib-base<3.5 - seaborn - jupyter - jupyterlab>=3