Skip to content

Commit 366b2fc

Browse files
committed
add missing comma
Signed-off-by: Gerard Casas Saez <gcasassaez@twitter.com>
1 parent 30cce00 commit 366b2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fastapi>=0.68.0",
6666
"uvicorn[standard]>=0.14.0",
6767
"proto-plus<1.19.7",
68-
"tensorflow-metadata>=1.0.0<2.0.0",
68+
"tensorflow-metadata>=1.0.0,<2.0.0",
6969
]
7070

7171
GCP_REQUIRED = [

0 commit comments

Comments
 (0)