From af10c5ff59d1ff052cf9fbb09f7328f377cf6e75 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 27 Jan 2013 09:11:51 -0500 Subject: [PATCH] swc-installation-test-2.py: Add Pandas (pandas) >= 0.8 It's being used in 2013-01-columbia. --- setup/swc-installation-test-2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/swc-installation-test-2.py b/setup/swc-installation-test-2.py index 5f1bc37..67f535f 100755 --- a/setup/swc-installation-test-2.py +++ b/setup/swc-installation-test-2.py @@ -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), -- 2.26.2