From fa31fc6d777af6cf18f99c870998431f3248978c Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Mon, 6 Jul 2026 16:32:25 -0700 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 334759f..50f7f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "tqdm>=4.67.1", "wandb>=0.19.6", "PyYAML>=6.0.2", - "distconv @ git+https://github.com/LBANN/DistConv.git@232cba6", + "distconv @ git+https://github.com/LBANN/DistConv.git@084b20a", ] requires-python = ">=3.9" From e94af6c30faffbd583dedf54971f66dcbfc34959 Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Mon, 6 Jul 2026 16:32:47 -0700 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0165fb..5636e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ tqdm>=4.67.1 wandb>=0.19.6 PyYAML>=6.0.2 mpi4py==4.1.1 --no-binary mpi4py -distconv @ git+https://github.com/LBANN/DistConv.git@232cba6 +distconv @ git+https://github.com/LBANN/DistConv.git@084b20a