From 25b927ec2b6b94ca94a2ccde1cb81531eca39c00 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Tue, 21 May 2024 22:25:10 -0400 Subject: [PATCH] enforce older matplotlib --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c02022..a397139 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy pandas scipy perturb-tools>=0.2.5 -matplotlib +matplotlib<3.9 seaborn tqdm bio diff --git a/setup.py b/setup.py index cd21757..b11f776 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "pandas", "scipy", "perturb-tools>=0.3.3", - "matplotlib<=3.9", # temporary error? https://github.com/DeepLabCut/DeepLabCut/issues/2581 + "matplotlib<3.9", # temporary error? https://github.com/DeepLabCut/DeepLabCut/issues/2581 "seaborn>=0.13.0", "tqdm", "bio",