This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/docs-cp in repository https://gitbox.apache.org/repos/asf/beam.git
commit 772eba5ae38daf4aa856d1f856162f6e89409ff0 Author: Danny McCormick <[email protected]> AuthorDate: Tue Aug 22 16:14:11 2023 -0400 Pin hugging face docs (#28106) --- sdks/python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index a5c1db416e5..cb32ed756cf 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -163,7 +163,7 @@ deps = torch xgboost datatable==1.0.0 - transformers + transformers<=4.31.0 commands = time {toxinidir}/scripts/generate_pydoc.sh
