Skip to content

Commit e3e608e

Browse files
claytonparnellmufiAmazon
authored andcommitted
fix: unpin packaging version (#3533)
1 parent 40a59d4 commit e3e608e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read_requirements(filename):
5555
"protobuf3-to-dict>=0.1.5,<1.0",
5656
"smdebug_rulesconfig==1.0.1",
5757
"importlib-metadata>=1.4.0,<5.0",
58-
"packaging==20.9",
58+
"packaging>=20.0",
5959
"pandas",
6060
"pathos",
6161
"schema",

0 commit comments

Comments
 (0)