Skip to content

Commit

Permalink
Test/CI: Matplotlib v3.0 supports Python 3.5+.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones1 committed Oct 5, 2018
1 parent 0606c9d commit d665264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements-libraries.txt
Expand Up @@ -55,7 +55,6 @@ future==0.16.0
pyusb==1.0.2
Unidecode==1.0.22
h5py==2.8.0
matplotlib==3.0.0
python-dateutil==2.7.3
phonenumbers==8.9.14
gevent==1.3.6
Expand Down Expand Up @@ -84,6 +83,7 @@ twisted==18.7.0; python_version == '2.7'
# Python 3.5 and higher
# ---------------------
Django==2.1.2; python_version >= '3.5'
matplotlib==3.0.0; python_version >= '3.5'
pandas==0.23.4; python_version >= '3.5'
web3==4.7.2; python_version >= '3.5'
pyqt5==5.11.3; python_version >= '3.5'
Expand Down

0 comments on commit d665264

Please sign in to comment.