Skip to content

Commit

Permalink
update cwltool for available python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Sep 8, 2023
1 parent 5556714 commit 2d84bb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ cryptography
# use cwltool gpu-enabled support until integrated within the original tool
# (https://github.com/common-workflow-language/common-workflow-language/issues/587)
### git+https://github.com/crim-ca/cwltool@docker-gpu#egg=cwltool; python_version >= "3"
cwltool==3.1.20230906142556
cwltool==3.1.20230719185429; python_version <= "3.6" # pyup: ignore
cwltool==3.1.20230906142556; python_version >= "3.7"
docker
duration
esgf-compute-api @ git+https://github.com/ESGF/esgf-compute-api.git@v2.3.7
Expand Down

0 comments on commit 2d84bb0

Please sign in to comment.