Removed numpy as a dep.
This commit is contained in:
parent
9af12859d7
commit
6bb6eb2914
1 changed files with 1 additions and 2 deletions
3
setup.py
3
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=[
|
||||
|
|
Loading…
Reference in a new issue