[cig-commits] r11357 - short/3D/PyLith/trunk

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Mar 6 16:44:45 PST 2008


Author: willic3
Date: 2008-03-06 16:44:44 -0800 (Thu, 06 Mar 2008)
New Revision: 11357

Modified:
   short/3D/PyLith/trunk/setup.py
Log:
Updated to require Pythia 0.8.1.6 or greater.



Modified: short/3D/PyLith/trunk/setup.py
===================================================================
--- short/3D/PyLith/trunk/setup.py	2008-03-07 00:16:54 UTC (rev 11356)
+++ short/3D/PyLith/trunk/setup.py	2008-03-07 00:44:44 UTC (rev 11357)
@@ -14,7 +14,7 @@
     
     install_requires = [
     'spatialdata',
-    'pythia[mpi] >= 0.8.1.5, < 0.8.2a',
+    'pythia[mpi] >= 0.8.1.6, < 0.8.2a',
     ],
 
     author = 'Brad Aagaard, Charles A. Williams, and Matt Knepley',



More information about the cig-commits mailing list