From 44f64ed4f0237238bab7e483634f52802829b01f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 22:49:01 +0300 Subject: copy the 3.4 workaround from vk-scripts --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8fe1f23..9e942a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>1.11.0 -matplotlib==1.5.1; python_version == '3.4' -matplotlib==2.1.2; python_version == '3.5' -matplotlib==3.1.1; python_version > '3.5' +# 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' -- cgit v1.2.3