From 4168c900e031b12fd90197b834631f68024bf7b7 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Tue, 29 Aug 2023 19:33:52 -0700 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2a5921c09..39bbf9fd3 100644 --- a/setup.py +++ b/setup.py @@ -67,10 +67,10 @@ def run(self): # Vplanet suite of tools vplanet_suite = [ - "vplot>=1.0.2", - "vspace>=2.0.0", - "bigplanet>=2.0.0", - "multiplanet>=2.0.0", + "vplot=1.0.5", + "vspace=2.0.4", + "bigplanet=3.0.0", + "multiplanet=2.0.2", ] setup(