From 36da4c45f5d2e6653066287b9360f14c0477f58d Mon Sep 17 00:00:00 2001 From: Rohanjames1997 Date: Fri, 13 Mar 2026 15:26:11 -0500 Subject: [PATCH] Modify opacus dependency in requirements.txt Updated opacus version requirement in requirements.txt --- torchbenchmark/models/opacus_cifar10/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/torchbenchmark/models/opacus_cifar10/requirements.txt b/torchbenchmark/models/opacus_cifar10/requirements.txt index 61a5349ef..d7f6a211e 100644 --- a/torchbenchmark/models/opacus_cifar10/requirements.txt +++ b/torchbenchmark/models/opacus_cifar10/requirements.txt @@ -1,4 +1,3 @@ git+https://github.com/pytorch/functorch.git # must include the fix https://github.com/pytorch/opacus/pull/426 -# Pinning to 1.5.3. Remove once is resolved https://github.com/pytorch/pytorch/issues/154446 -opacus>=1.1.2,<1.5.4 +opacus