aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/constraints.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 18:30:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 20:36:31 +0300
commitb6d3406bdfe8e5c1b44104e7fc071eb88fdfd869 (patch)
tree2ecfec2d43d686a66eca6c172ea711888ed93ee5 /constraints.txt
parentadd GitHub workflow (diff)
downloadvk-scripts-b6d3406bdfe8e5c1b44104e7fc071eb88fdfd869.tar.gz
vk-scripts-b6d3406bdfe8e5c1b44104e7fc071eb88fdfd869.zip
update requirements.txt
Diffstat (limited to 'constraints.txt')
-rw-r--r--constraints.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/constraints.txt b/constraints.txt
new file mode 100644
index 0000000..8a74c51
--- /dev/null
+++ b/constraints.txt
@@ -0,0 +1,3 @@
+# Numpy 1.17 dropped support for Python 3.4.
+numpy >1.11,<1.17 ; python_version == '3.4'
+numpy >=1.17 ; python_version > '3.4'