diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 00:09:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 00:09:48 +0300 |
commit | f3010a8e51912b21322b1ac111ceaa6ec67d1452 (patch) | |
tree | 8f3b4a9e8c51e6d996ded3e256445d82233bc5a7 | |
parent | merge constraints.txt back to requirements.txt (diff) | |
download | vk-scripts-f3010a8e51912b21322b1ac111ceaa6ec67d1452.tar.gz vk-scripts-f3010a8e51912b21322b1ac111ceaa6ec67d1452.zip |
clean up requirements.txt, lmao
I'm pretty sure this didn't work before due to older matplotlib versions
not specifying upper bound for numpy, or something.
-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 |