Skip to content

Commit

Permalink
Merge pull request #288 from umccr/bugfix/update-wrapica-and-icav2-cl…
Browse files Browse the repository at this point in the history
…i-plugins

Bump wrapica and icav2 cli plugin versions
  • Loading branch information
alexiswl authored Jun 25, 2024
2 parents 6b07b9b + 92dbf2e commit 29feaf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ ARG GITHUB_ACTIONS_GROUP_ID="121"
ARG CONDA_ENV_NAME="cwl-ica"
ARG YQ_VERSION="v4.35.2"
ARG ICAV2_CLI_VERSION="2.26.0"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240625163914"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240625174255"
ARG ICAV2_PLUGINS_CLI_CONDA_PYTHON_VERSION="3.12"
ARG ICAV2_PLUGINS_CLI_CONDA_ENV_NAME="python3.12"
ARG CURL_VERSION="7.81.0"
ARG CWL_UTILS_REPO_PATH="https://github.com/alexiswl/cwl-utils"
ARG CWL_UTILS_REPO_BRANCH="enhancement/cwl-inputs-schema-gen"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"semantic_version >= 2.10.0, < 3",
"verboselogs >= 1.7, < 2",
"websocket_client >= 1.7.0, < 2",
"wrapica >= 2.27.0.dev20240625102406",
"wrapica >= 2.27.0.dev20240625170730",
"cwltool" # Always the latest version
]

Expand Down

0 comments on commit 29feaf3

Please sign in to comment.