From ab041714a2562bd651127640e37e3af0bc506e07 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Tue, 26 Sep 2023 19:43:28 -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 a3b01749f..5db6a6de1 100644 --- a/setup.py +++ b/setup.py @@ -67,10 +67,10 @@ def run(self): # Vplanet suite of tools vplanet_suite = [ - "vplot==1.0.5", - "vspace==2.1.0", - "bigplanet==3.0.0", - "multiplanet==2.0.2", + "vplot>=1.0.5", + "vspace>=2.1.0", + "bigplanet>=3.0.1", + "multiplanet>=2.0.2", ] setup(