Skip to content

Commit

Permalink
relaxing matplotlib for py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Oct 22, 2019
1 parent d34f118 commit 98d3628
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 @@ -73,7 +73,7 @@ def read(*names, **kwargs):
"setproctitle>=1.1.10",
"ray>=0.7.5",
"cached-property>=1.5.1",
"matplotlib>=3.1.1",
"matplotlib>=3.1",
"altair>=3.2",
"pytest>=4.3.1",
"pytest-cov>=2.6.1",
Expand Down

0 comments on commit 98d3628

Please sign in to comment.