
[:python_version <= "3.5"]
cycler==0.10.0
kiwisolver==1.1.0

[:python_version == "2.7"]
pyparsing==2.4.7
numpy<=1.15
scipy<=1.1.0
matplotlib==2.2.3

[:python_version == "3.4"]
numpy<=1.15
scipy<=1.2.0
matplotlib<=2.2.3

[:python_version == "3.5"]
numpy<=1.15
scipy<=1.4.1
matplotlib<=3.0.0

[:python_version == "3.6"]
numpy<=1.17
scipy<=1.4.1
matplotlib<=3.1.2

[:python_version == "3.7"]
matplotlib<=3.3.4

[:python_version >= "3.7"]
numpy>=1.17
scipy

[:python_version >= "3.8"]
matplotlib
