From 2fe040a08f156180af78d8a3afc14979d2dab15a Mon Sep 17 00:00:00 2001 From: mattiasakesson Date: Mon, 2 Sep 2024 15:18:43 +0200 Subject: [PATCH] change dep --- examples/mnist-pytorch-DPSGD/client/python_env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mnist-pytorch-DPSGD/client/python_env.yaml b/examples/mnist-pytorch-DPSGD/client/python_env.yaml index 0f5e997c0..9ca922274 100644 --- a/examples/mnist-pytorch-DPSGD/client/python_env.yaml +++ b/examples/mnist-pytorch-DPSGD/client/python_env.yaml @@ -4,7 +4,7 @@ build_dependencies: - setuptools - wheel dependencies: - - torch==2.3.1 - - torchvision==0.18.1 + - torch + - torchvision - fedn - opacus