From 8fe55b5db6230cc1a6418dcb084567c2ba370fbd Mon Sep 17 00:00:00 2001 From: AdityaSavara <39929571+AdityaSavara@users.noreply.github.com> Date: Tue, 10 Nov 2020 00:42:27 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90804085..1b3b7616 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ # What packages are optional? EXTRAS = { - 'COMPLETE': ['UnitTesterSG >= 5.1.2', 'matplotlib', 'scipy', 'numpy', 'pandas', 'CiteSoft', 'zeus-mcmc', 'dill']# 'uncertainties': ['uncertainties'], #pymc... + 'COMPLETE': ['UnitTesterSG >= 5.2.0', 'matplotlib', 'scipy', 'numpy', 'pandas', 'CiteSoft', 'zeus-mcmc', 'dill']# 'uncertainties': ['uncertainties'], #pymc... } #To make sure the license etc. is included, I added the DATA_FILES object based on https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script