1 2 3
matplotlib ~=1.5 ; python_version == '3.4' matplotlib ~=2.1 ; python_version == '3.5' matplotlib ~=3.1 ; python_version > '3.5'