Skip to content

Commit

Permalink
Merge pull request #249 from VirtualPlanetaryLaboratory/dev
Browse files Browse the repository at this point in the history
Updated setup.py to install vspace v2.1.0
  • Loading branch information
RoryBarnes committed Sep 6, 2023
2 parents cb683af + d47754c commit 50e8f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.4.3
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run(self):
# Vplanet suite of tools
vplanet_suite = [
"vplot==1.0.5",
"vspace==2.0.4",
"vspace==2.1.0",
"bigplanet==3.0.0",
"multiplanet==2.0.2",
]
Expand All @@ -84,7 +84,7 @@ def run(self):
long_description_content_type="text/markdown",
license="MIT",
packages=["vplanet"],
#install_requires=vplanet_suite + ["astropy>=3.0", "numpy", "tqdm", "pre-commit"],
# install_requires=vplanet_suite + ["astropy>=3.0", "numpy", "tqdm", "pre-commit"],
install_requires=vplanet_suite + ["astropy>=3.0", "numpy", "tqdm", "seaborn"],
python_requires=">=3.6",
# use_scm_version={
Expand All @@ -98,4 +98,4 @@ def run(self):
entry_points={"console_scripts": ["vplanet=vplanet.wrapper:_entry_point"]},
)

#sub.call(["pre-commit", "install"])
# sub.call(["pre-commit", "install"])

0 comments on commit 50e8f41

Please sign in to comment.