From 7a317bbfc0046271204b72dd4b85051971b7a3dc Mon Sep 17 00:00:00 2001 From: Neil Dalchau Date: Fri, 17 Feb 2023 11:23:21 +0000 Subject: [PATCH] pin matplotlib (#9) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0913a52..06e1d46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ abutils >= 0.2.9 biopython == 1.78 celery dask[complete] +matplotlib<3.7 # scanpy does not support matplotlib 3.7 - track https://github.com/scverse/scanpy/issues/2411 to resolve. numpy >= 1.16.5 nwalign3 pandas