aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/requirements.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 23:42:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 23:42:00 +0300
commitbe45e5fc0d2a9c3dfa907342ebae2f9975be854d (patch)
tree4f7038538ac6c9b11001bcf6aa2e3f9ffc4fd2a0 /requirements.txt
parentworkflows/test: disable pip warnings (diff)
downloadvk-scripts-be45e5fc0d2a9c3dfa907342ebae2f9975be854d.tar.gz
vk-scripts-be45e5fc0d2a9c3dfa907342ebae2f9975be854d.zip
merge constraints.txt back to requirements.txt
I have no idea as to why the separation was required in the first place, actually. Seems to work now.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 9e942a5..9d50267 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
+# 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'