
[:python_version == "2.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"]
matplotlib<=3.0.0

[:python_version >= "3.5"]
numpy
scipy

[:python_version >= "3.6"]
matplotlib
