projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1827af3
)
swc-installation-test-2.py: Add Pandas (pandas) >= 0.8
author
W. Trevor King
<wking@tremily.us>
Sun, 27 Jan 2013 14:11:51 +0000
(09:11 -0500)
committer
W. 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
patch
|
blob
|
history
diff --git
a/setup/swc-installation-test-2.py
b/setup/swc-installation-test-2.py
index 5f1bc371ebf71ec9495e8807237778727af44328..67f535fb9ae0e06c6becbde9a542f6a2ecafd29c 100755
(executable)
--- 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),