From 49321c6dfd27a101f125107e1906487ee074a23b Mon Sep 17 00:00:00 2001 From: gecko984 Date: Sat, 15 Feb 2020 17:49:09 +0300 Subject: [PATCH] revert matplotlib version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dc66c5..1062bf8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ long_description=README, url='https://github.com/gecko984/supervenn', packages=setuptools.find_packages(), - install_requires=['numpy', 'matplotlib>=3.1'], + install_requires=['numpy', 'matplotlib>=3.0.3'], classifiers = [ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License',