Skip to content

Commit 654a63d

Browse files
author
planemo-autoupdate
committed
Updating tools/bioimaging from version 2.4.1 to 2.6.0
1 parent e08711c commit 654a63d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/bioimaging/bioimage_inference.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<tool id="bioimage_inference" name="Process image using a BioImage.IO model" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
22
<description>with PyTorch</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">2.4.1</token>
5-
<token name="@VERSION_SUFFIX@">1</token>
4+
<token name="@TOOL_VERSION@">2.6.0</token>
5+
<token name="@VERSION_SUFFIX@">0</token>
66
</macros>
77
<creator>
88
<organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" />
@@ -20,8 +20,8 @@
2020
<requirements>
2121
<requirement type="package" version="3.9.12">python</requirement>
2222
<requirement type="package" version="@TOOL_VERSION@">pytorch</requirement>
23-
<requirement type="package" version="0.19.1">torchvision</requirement>
24-
<requirement type="package" version="2.35.1">imageio</requirement>
23+
<requirement type="package" version="0.21.0">torchvision</requirement>
24+
<requirement type="package" version="2.37.0">imageio</requirement>
2525
</requirements>
2626
<version_command>echo "@VERSION@"</version_command>
2727
<command detect_errors="aggressive">

0 commit comments

Comments
 (0)