diff --git a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py index 365b6634d1a1..86d07ce53304 100644 --- a/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py +++ b/sdks/python/apache_beam/examples/inference/anomaly_detection/anomaly_detection_pipeline/setup.py @@ -33,7 +33,7 @@ "hdbscan==0.8.28", "scikit-learn==1.5.0", "transformers==4.36.0", - "torch==1.13.1", + "torch==2.8.0", "pandas==1.3.5", "yagmail==0.15.283", ]