From 6bb6eb29143827d0db2701426d3a14a2cde69278 Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Sun, 7 Feb 2021 12:25:25 -0800 Subject: [PATCH] Removed numpy as a dep. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9315000..e5f4121 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="quoracle", - version="0.0.2", + version="0.0.3", author="Michael Whittaker", author_email="mwhittttaker@gmail.com", description=("A library for modelling, analyzing, and optimizing quorum " + @@ -16,7 +16,6 @@ setuptools.setup( packages=setuptools.find_packages(), install_requires =[ "matplotlib", - "numpy", "pulp", ], classifiers=[