Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
newer mpl requires newer pillow, will look into upgrading pillow later
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Jul 17, 2020
1 parent 738e24a commit 1084209
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 @@ -13,7 +13,7 @@
"ipython>=7.15.0",
"ipyparallel>=6.3",
"MarkupSafe>=1.1.1",
"matplotlib>=3.2.2",
"matplotlib<=3.2.1",
"opencv-contrib-python>=4.2",
"opencv-python>=4.2",
"pandas~=0.25.3", # do not change
Expand Down

0 comments on commit 1084209

Please sign in to comment.