comparison ttest/tool_dependencies.xml @ 5:6f8ed2a7fd7a

Changed the tool_dependencies file to try to clean up that dependency for scipy
author melissacline
date Mon, 13 Oct 2014 18:06:43 -0700
parents 015a457f97b3
children
comparison
equal deleted inserted replaced
4:015a457f97b3 5:6f8ed2a7fd7a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cancerBrowserStats" version="1.0"> 3 <package name="cancerBrowserStats" version="1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="setup_virtualenv">
7 Cython
8 </action>
9 <action type="setup_virtualenv">
10 numpy
11 </action>
6 <action type="setup_virtualenv"> 12 <action type="setup_virtualenv">
7 scipy 13 scipy
8 </action> 14 </action>
9 </actions> 15 </actions>
10 </install> 16 </install>