Skip to content

Commit

Permalink
Updating tools/bioimaging from version 2.4.0 to 2.4.1 (#1514)
Browse files Browse the repository at this point in the history
Co-authored-by: planemo-autoupdate <[email protected]>
  • Loading branch information
gxydevbot and planemo-autoupdate authored Oct 15, 2024
1 parent 720787c commit c994ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bioimaging/bioimage_inference.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit c994ad3

Please sign in to comment.