changeset 2:0c0de5546fe1 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/recommendation_training/tools/bioimaging commit c994ad3cbfbc134d39f485514b0c1a9c3d2d235e
author bgruening
date Tue, 15 Oct 2024 12:57:33 +0000
parents a1bf1c6c5fac
children
files bioimage_inference.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bioimage_inference.xml	Tue Sep 03 09:07:34 2024 +0000
+++ b/bioimage_inference.xml	Tue Oct 15 12:57:33 2024 +0000
@@ -1,7 +1,7 @@
 <tool id="bioimage_inference" name="Process image using a BioImage.IO model" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
     <description>with PyTorch</description>
     <macros>
-        <token name="@TOOL_VERSION@">2.4.0</token>
+        <token name="@TOOL_VERSION@">2.4.1</token>
         <token name="@VERSION_SUFFIX@">0</token>
     </macros>
     <creator>
@@ -20,7 +20,7 @@
     <requirements>
         <requirement type="package" version="3.9.12">python</requirement>
         <requirement type="package" version="@TOOL_VERSION@">pytorch</requirement>
-        <requirement type="package" version="0.19.0">torchvision</requirement>
+        <requirement type="package" version="0.19.1">torchvision</requirement>
         <requirement type="package" version="2.35.1">imageio</requirement>
     </requirements>
     <version_command>echo "@VERSION@"</version_command>