From 3e424b5cd0a940fcad5647b2cec9515491d5f06f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:22:10 +0300 Subject: merge constraints.txt back to requirements.txt I'm pretty sure it didn't work before w/ Python 3.4, but here we go. --- requirements.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 9e942a5..6ccafc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1 @@ -# 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 -- cgit v1.2.3