Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSavara committed Nov 10, 2020
1 parent 5ac9c1f commit 8fe55b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fe55b5

Please sign in to comment.