Skip to content

Commit

Permalink
require bigplanet
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed May 19, 2021
1 parent 01a2cae commit 41083b2
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 @@ -19,7 +19,14 @@
"write_to": os.path.join("multiplanet", "multiplanet_version.py"),
"write_to_template": '__version__ = "{version}"\n',
},
install_requires=["numpy", "h5py", "argparse", "pandas", "scipy"],
install_requires=[
"numpy",
"h5py",
"argparse",
"pandas",
"scipy",
"bigplanet",
],
entry_points={
"console_scripts": [
"multi-planet = multiplanet.multiplanet:Arguments",
Expand Down

0 comments on commit 41083b2

Please sign in to comment.