Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/13/20 14:04:04 (4 years ago)
Author:
pfleck
Message:

#3040 Adapted dependencies and versions for hive execution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.TensorFlowNet/Plugin.cs.frame

    r17469 r17725  
    2727  [PluginFile("HeuristicLab.TensorFlowNet.dll", PluginFileType.Assembly)]
    2828  [PluginFile("TensorFlow.NET.Signed.dll", PluginFileType.Assembly)]
     29  [PluginFile("Protobuf.Text.dll", PluginFileType.Assembly)]
     30  [PluginFile("System.Memory.dll", PluginFileType.Assembly)]
    2931  [PluginFile("tensorflow.dll", PluginFileType.NativeDll)]
    30   [PluginFile("System.Numerics.Vectors.dll", PluginFileType.Assembly)]
     32  [PluginDependency("HeuristicLab.Protobuf", "3.6.1")]
    3133  public class Plugin : PluginBase {
    3234    public Plugin() { }
Note: See TracChangeset for help on using the changeset viewer.