From ff7a6b940a4fbed9edd92d918d8cd7320b964bf3 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Tue, 21 May 2024 22:13:04 -0400 Subject: [PATCH] enforce older matplotlib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfa0442..cd21757 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "pandas", "scipy", "perturb-tools>=0.3.3", - "matplotlib<=3.9", + "matplotlib<=3.9", # temporary error? https://github.com/DeepLabCut/DeepLabCut/issues/2581 "seaborn>=0.13.0", "tqdm", "bio",