Skip to content

Commit

Permalink
Separate matplotlib requirement in py 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Feb 26, 2020
1 parent 2589d9e commit 241ee56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def package_files(directory):
"cwrap",
"numpy",
"pandas",
"matplotlib<3",
"matplotlib < 3; python_version < '3.0'",
"matplotlib; python_version >= '3.0'",
"scipy",
"pytest",
"decorator",
Expand Down

0 comments on commit 241ee56

Please sign in to comment.