Skip to content

Commit

Permalink
tests: pin matplotlib to version 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm authored and bwoodsend committed Mar 13, 2021
1 parent de2df24 commit a6af9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-libraries.txt
Expand Up @@ -17,7 +17,6 @@
#
# - v. 2.2 and above fails.
Django==2.1.8 # pyup: ignore
matplotlib==3.2.2 # pyup: ignore
# - v 21.1.0 fails; earlier versions not tested.
keyring==19.2.0 # pyup: ignore

Expand Down Expand Up @@ -45,6 +44,7 @@ pandas==1.1.5
numpy==1.19.4
scipy==1.5.4
Pillow==8.0.1
matplotlib==3.3.4


# Python versions not supported / supported for older package versions
Expand Down

0 comments on commit a6af9d1

Please sign in to comment.