Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add missing comma
Signed-off-by: Gerard Casas Saez <gcasassaez@twitter.com>
  • Loading branch information
casassg committed Nov 15, 2021
commit 366b2fcad0cf36540666f1bd1eac08c693cf77ff
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0",
"proto-plus<1.19.7",
"tensorflow-metadata>=1.0.0<2.0.0",
"tensorflow-metadata>=1.0.0,<2.0.0",
]

GCP_REQUIRED = [
Expand Down