Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Jul 22, 2019
1 parent 6b2b80f commit 6a205a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
description="Reliability Engineering toolkit for Python",
author="Matthew Reid",
author_email="m.reid854@gmail.com",
license="MIT",
url="https://github.com/MatthewReid854/reliability",
keywords=["reliability","engineering","RAM","weibull","survival analysis","censored data","lifelines","probability distributions","probability","quality"],
long_description=long_description,
Expand All @@ -20,6 +21,12 @@
"Topic :: Scientific/Engineering",
"Programming Language :: Python :: 3",
],
install_requires=["autograd>=1.2.0", "scipy>=1.2.1", "numpy>=1.16.2","matplotlib>=3.0.3","pandas>=0.23.4","autograd-gamma>=0.4.1"],
install_requires=["autograd>=1.2.0",
"scipy>=1.2.1",
"numpy>=1.16.2",
"matplotlib>=3.0.3",
"pandas>=0.23.4",
"autograd-gamma>=0.4.1",
],
packages=setuptools.find_packages(),
)

0 comments on commit 6a205a5

Please sign in to comment.