Skip to content

Commit 272efbc

Browse files
committed
pin to packaging<22 due to cwl-utils
1 parent 52056a1 commit 272efbc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires = [
77
"importlib_resources>=1.4", # equivalent to Python 3.9
88
"ruamel.yaml>=0.16.0,<0.18",
99
"schema-salad>=8.4.20230426093816,<9",
10+
"packaging<22",
1011
"cwl-utils>=0.19",
1112
"toml",
1213
"argcomplete>=1.12.0",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ coloredlogs
1111
pydot>=1.4.1
1212
argcomplete>=1.12.0
1313
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
14+
packaging<22
1415
cwl-utils>=0.22

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"pydot >= 1.4.1",
125125
"argcomplete",
126126
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
127+
"packaging<22",
127128
"cwl-utils >= 0.22",
128129
],
129130
extras_require={

0 commit comments

Comments
 (0)