From 6ad9897c69ad55ec850ccef29eea752810f90ade Mon Sep 17 00:00:00 2001 From: Jasper van den Bosch Date: Mon, 5 Aug 2024 13:00:51 +0100 Subject: [PATCH] remove temporary blacklisting of matplotlib v3.9.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86a57728..d2199b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scipy>=1.10.1 scikit-learn scikit-image pandas -matplotlib!=3.9.1 +matplotlib h5py tqdm joblib