view ttest/tool_dependencies.xml @ 3:4b6698f49617

Added a tool dependency file to manage the dependency for scipy
author melissacline
date Mon, 13 Oct 2014 17:52:21 -0700
parents
children 015a457f97b3
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="installXena" version="1.0">
    <install version="1.0">
      <actions>
	<action type="setup_virtualenv">
	  scipy
	</action>
      </actions>
    </install>
  </package>
</tool_dependency>