diff options
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 9d50267..6ccafc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1 @@ -# 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' +matplotlib |