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 56a0559 commit ff7a6b9
Showing 1 changed file with 1 addition and 1 deletion.
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",
"matplotlib<=3.9", # temporary error? https://github.com/DeepLabCut/DeepLabCut/issues/2581
"seaborn>=0.13.0",
"tqdm",
"bio",
Expand Down

0 comments on commit ff7a6b9

Please sign in to comment.