From 91a114681d8f986511c7b0af12d7a9343de75d1f Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Mon, 3 Aug 2026 09:12:55 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0e6c3e..78703ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "hpc-launcher @ git+https://github.com/LBANN/HPC-launcher.git@bba5e32", + "hpc-launcher @ git+https://github.com/llnl/HPC-launcher.git@v1.0.5", "matplotlib>=3.9.4", "numpy>=1.26.4", "numba>=0.60.0",