Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/31/12 14:50:09 (12 years ago)
Author:
ascheibe
Message:

#1722 added missing plugin dependency of DataAnalysis on LibSVM (needed for Hive)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame

    r7694 r7943  
    2929  [PluginFile("HeuristicLab.Algorithms.DataAnalysis-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.ALGLIB", "3.5.0")]
     31  [PluginDependency("HeuristicLab.LibSVM", "1.6.3")]
    3132  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3233  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.