Skip to content

Commit 145ca5e

Browse files
authored
change: bump importlib-metadata version upperbound to support TF2.9 (#3153)
1 parent 764f61b commit 145ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def read_requirements(filename):
5454
"protobuf>=3.1,<4.0",
5555
"protobuf3-to-dict>=0.1.5,<1.0",
5656
"smdebug_rulesconfig==1.0.1",
57-
"importlib-metadata>=1.4.0,<2.0",
57+
"importlib-metadata>=1.4.0,<5.0",
5858
"packaging>=20.0",
5959
"pandas",
6060
"pathos",

0 commit comments

Comments
 (0)