Skip to content

Commit

Permalink
add predictions_to_bigquery
Browse files Browse the repository at this point in the history
  • Loading branch information
casassg committed May 23, 2023
1 parent 8507648 commit 71ddaf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tfx_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"huggingface_pusher":
[f"tfx{_TFXVERSION_CONSTRAINT}", "huggingface-hub>=0.10.0,<1.0.0"],
"model_card_generator":
[f"tfx{_TFXVERSION_CONSTRAINT}", "model-card-toolkit>=2.0.0,<3.0.0"]
[f"tfx{_TFXVERSION_CONSTRAINT}", "model-card-toolkit>=2.0.0,<3.0.0"],
"predictions_to_bigquery": [f"tfx{_TFXVERSION_CONSTRAINT}"]
}

0 comments on commit 71ddaf4

Please sign in to comment.