From 6c8023ef2777c393be7140f20496500b29a24bc2 Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Tue, 16 Jun 2026 11:49:38 -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 70eb0d5..c5a672e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "hpc-launcher>=1.0.4", + "hpc-launcher @ git+https://github.com/LBANN/HPC-launcher.git@bba5e32", "matplotlib>=3.9.4", "numpy>=1.26.4", "numba>=0.60.0",