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(