Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Whoops! Forgot I needed to add an extra = sign for forcing a specific version for dependencies.
  • Loading branch information
RoryBarnes committed Aug 30, 2023
1 parent 4168c90 commit 60776b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ def run(self):

# Vplanet suite of tools
vplanet_suite = [
"vplot=1.0.5",
"vspace=2.0.4",
"bigplanet=3.0.0",
"multiplanet=2.0.2",
"vplot==1.0.5",
"vspace==2.0.4",
"bigplanet==3.0.0",
"multiplanet==2.0.2",
]

setup(
Expand Down

0 comments on commit 60776b5

Please sign in to comment.