Skip to content

Commit

Permalink
Updating tools/bioimaging from version 2.3.1 to 2.4.0 (bgruening#1493)
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 Sep 3, 2024
1 parent e293d14 commit 3564cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.1</token>
<token name="@TOOL_VERSION@">2.4.0</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<creator>
Expand All @@ -20,8 +20,8 @@
<requirements>
<requirement type="package" version="3.9.12">python</requirement>
<requirement type="package" version="@TOOL_VERSION@">pytorch</requirement>
<requirement type="package" version="0.18.1">torchvision</requirement>
<requirement type="package" version="2.34.2">imageio</requirement>
<requirement type="package" version="0.19.0">torchvision</requirement>
<requirement type="package" version="2.35.1">imageio</requirement>
</requirements>
<version_command>echo "@VERSION@"</version_command>
<command detect_errors="aggressive">
Expand Down

0 comments on commit 3564cc7

Please sign in to comment.