From b6d3406bdfe8e5c1b44104e7fc071eb88fdfd869 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 18:30:48 +0300 Subject: update requirements.txt --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8fe1f23..0e97461 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -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' +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