diff --git a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py index e5d7430c0506..e35cc2de2da7 100644 --- a/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py +++ b/sdks/python/apache_beam/examples/inference/online_clustering/clustering_pipeline/setup.py @@ -29,7 +29,7 @@ REQUIREMENTS = [ "apache-beam[gcp]==2.40.0", "transformers==5.3.0", - "torch==2.12.0", + "torch==2.13.0", "scikit-learn==1.0.2", ]