diff options
Diffstat (limited to 'constraints.txt')
-rw-r--r-- | constraints.txt | 3 |
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' |