swc-installation-test-2.py: Add Pandas (pandas) >= 0.8
authorW. Trevor King <wking@tremily.us>
Sun, 27 Jan 2013 14:11:51 +0000 (09:11 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 27 Jan 2013 14:11:51 +0000 (09:11 -0500)
It's being used in 2013-01-columbia.

setup/swc-installation-test-2.py

index 5f1bc371ebf71ec9495e8807237778727af44328..67f535fb9ae0e06c6becbde9a542f6a2ecafd29c 100755 (executable)
@@ -84,6 +84,7 @@ CHECKS = [
     'numpy',
     'scipy',
     'matplotlib',
+    'pandas',
     'sympy',
     'Cython',
     'networkx',
@@ -470,6 +471,7 @@ for package,name,long_name,minimum_version in [
         ('numpy', None, 'NumPy', None),
         ('scipy', None, 'SciPy', None),
         ('matplotlib', None, 'Matplotlib', None),
+        ('pandas', None, 'Pandas', (0, 8)),
         ('sympy', None, 'SymPy', None),
         ('Cython', None, None, None),
         ('networkx', None, 'NetworkX', None),