Skip to content

Commit f19f0f9

Browse files
committed
Remove empty lines in setup.py
1 parent 1e4be82 commit f19f0f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ def select_constraint(default, nightly=None, git_master=None):
8080
# with numpy>=1.24.
8181
'numpy>=1.22',
8282
'protobuf>=6.0.0,<7.0.0',
83-
84-
8583
'tensorflow>=2.21,<2.22',
84+
8685
'tensorflow-metadata'
8786
+ select_constraint(
8887
default='>=1.17.0,<1.18.0',

0 commit comments

Comments
 (0)