From ecc90767b68d9f4a78c4cc873f3d360d735a6d63 Mon Sep 17 00:00:00 2001 From: Colm Talbot <talbotcolm@gmail.com> Date: Wed, 20 Sep 2023 21:21:23 -0500 Subject: [PATCH] MAINT: pin matplotlib version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c668c9d4a..f94fbe7da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dynesty>=2.0.1 emcee corner numpy -matplotlib>=2.1 +matplotlib<3.8.0 scipy>=1.5 pandas dill -- GitLab