aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/requirements.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 18:30:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 20:36:31 +0300
commitb6d3406bdfe8e5c1b44104e7fc071eb88fdfd869 (patch)
tree2ecfec2d43d686a66eca6c172ea711888ed93ee5 /requirements.txt
parentadd GitHub workflow (diff)
downloadvk-scripts-b6d3406bdfe8e5c1b44104e7fc071eb88fdfd869.tar.gz
vk-scripts-b6d3406bdfe8e5c1b44104e7fc071eb88fdfd869.zip
update requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt7
1 files changed, 3 insertions, 4 deletions
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'