From 09d08e70f323ad5569ecb5cd7f5ad0e0fc106183 Mon Sep 17 00:00:00 2001 From: ethanwee1 Date: Mon, 10 Aug 2026 20:32:07 +0000 Subject: [PATCH] [release/2.13] Update pwlf to restore SAC tests pwlf 2.2.1 resolves an incompatible pyDOE release whose renamed module breaks SAC estimator imports. Use pwlf 2.6.0, which relies on SciPy's Latin hypercube implementation and supports Python 3.14. --- .ci/docker/requirements-ci.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker/requirements-ci.txt b/.ci/docker/requirements-ci.txt index 02408b7476067..0a27a3ee30162 100644 --- a/.ci/docker/requirements-ci.txt +++ b/.ci/docker/requirements-ci.txt @@ -367,9 +367,9 @@ parameterized==0.8.1 #Pinned versions: 1.24.0 #test that import: test_sac_estimator.py -pwlf==2.2.1 +pwlf==2.6.0 #Description: required for testing torch/distributed/_tools/sac_estimator.py -#Pinned versions: 2.2.1 +#Pinned versions: 2.6.0 #test that import: test_sac_estimator.py # To build PyTorch itself