view tool_dependencies.xml @ 2:c72dac728b06

Adding tool dependency
author Saket Choudhary<saketkc@gmail.com>
date Sun, 16 Jun 2013 17:02:23 +0530
parents
children 54dddd7b44d0
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pygp" version="0.4">
        <install version="0.4">
            <actions>
                <action type="setup_virtualenv">panama</action>
            </actions>
        </install>
        <readme> PANAMA installation needs numpy ,scipy, matplotlib, ipython, cython, pandas, pygp.
            Please change the "backend" to "Agg" as "backend: Agg"  </readme>
    </package>
</tool_dependency>