Skip to content

Commit

Permalink
enforce older matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed May 22, 2024
1 parent ff7a6b9 commit 25b927e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy
pandas
scipy
perturb-tools>=0.2.5
matplotlib
matplotlib<3.9
seaborn
tqdm
bio
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 25b927e

Please sign in to comment.