Skip to content

Commit

Permalink
Removed numpy as a dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhittaker committed Feb 7, 2021
1 parent 9af1285 commit 6bb6eb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="quoracle",
version="0.0.2",
version="0.0.3",
author="Michael Whittaker",
author_email="[email protected]",
description=("A library for modelling, analyzing, and optimizing quorum " +
Expand All @@ -16,7 +16,6 @@
packages=setuptools.find_packages(),
install_requires =[
"matplotlib",
"numpy",
"pulp",
],
classifiers=[
Expand Down

0 comments on commit 6bb6eb2

Please sign in to comment.