aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/requirements.txt
blob: 9d5026722312ccfccc2d21cc52ec032664bca76e (plain) (blame)
1
2
3
4
5
6
7
# The lower bound is random, 1.16 is the latest version to support 3.4.
numpy >=1.11,<1.17 ; python_version == '3.4'
numpy >=1.17 ; python_version > '3.4'
# Some random known-to-work versions.
matplotlib ~=1.5 ; python_version == '3.4'
matplotlib ~=2.1 ; python_version == '3.5'
matplotlib ~=3.1 ; python_version > '3.5'