Skip to content

Commit

Permalink
Merge branch 'main' into input_annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Nov 13, 2023
2 parents de090f9 + 8b2153a commit 45ddd8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mypy==1.6.1 # also update pyproject.toml
ruamel.yaml>=0.16.0,<0.19
cwl-utils>=0.22
cwl-utils>=0.22,!=0.30
types-requests
types-setuptools
types-psutil
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"importlib_resources>=1.4", # equivalent to Python 3.9
"ruamel.yaml>=0.16.0,<0.18",
"schema-salad>=8.4.20230426093816,<9",
"cwl-utils>=0.19",
"cwl-utils>=0.22,!=0.30",
"galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5",
"toml",
"argcomplete>=1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ coloredlogs
pydot>=1.4.1
argcomplete>=1.12.0
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
cwl-utils>=0.22
cwl-utils>=0.22,!=0.30
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"pydot >= 1.4.1",
"argcomplete",
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
"cwl-utils >= 0.22",
"cwl-utils >= 0.22, != 0.30",
],
extras_require={
"deps": [
Expand Down

0 comments on commit 45ddd8d

Please sign in to comment.