changeset 1:c5f0d2504e45

Uploaded
author bgruening
date Fri, 12 Apr 2013 10:10:20 -0400 (2013-04-12)
parents 453bf2822ceb
children c5fbe4aa5a74
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Mar 26 12:51:14 2013 -0400
+++ b/tool_dependencies.xml	Fri Apr 12 10:10:20 2013 -0400
@@ -1,8 +1,8 @@
 <tool_dependency>
-    <package name="numpy" version="1.7.0">
+    <package name="numpy" version="1.7.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.0.tar.gz</action>
+                <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">