Skip to content

Commit

Permalink
Upgrade wrapica and icav2 cli plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Jun 26, 2024
1 parent ad44f3e commit 3612b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.dev20240626203201"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240627092052"
ARG ICAV2_PLUGINS_CLI_CONDA_PYTHON_VERSION="3.12"
ARG ICAV2_PLUGINS_CLI_CONDA_ENV_NAME="python3.12"
ARG CWL_UTILS_REPO_PATH="https://github.com/alexiswl/cwl-utils"
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.dev20240626195951",
"wrapica >= 2.27.0.dev20240627085606",
"cwltool" # Always the latest version
]

Expand Down

0 comments on commit 3612b91

Please sign in to comment.