From be45e5fc0d2a9c3dfa907342ebae2f9975be854d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 May 2021 23:42:00 +0300 Subject: 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. --- constraints.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 constraints.txt (limited to 'constraints.txt') diff --git a/constraints.txt b/constraints.txt deleted file mode 100644 index 04e6c11..0000000 --- a/constraints.txt +++ /dev/null @@ -1,9 +0,0 @@ -# matplotlib 1.5 is one of the versions that works with Python 3.4, and it -# doesn't specify the upper bound for its numpy dependency. So pip will try to -# install the latest version, which doesn't work with 3.4. Putting the numpy -# and the matplotlib requirements to the same requirements.txt file doesn't -# work unfortunately, the latest version will still get picked up. - -# 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' -- cgit v1.2.3