From a71ea87229274655a7fa1119230a584f627c1203 Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Fri, 23 Jan 2026 09:52:20 -0800 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 44ebe27..b715d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "hpc-launcher>=1.0.3", + "hpc-launcher>=1.0.4", "matplotlib>=3.9.4", "numpy>=1.26.4", "numba>=0.60.0", From a36b8cb9ecdf01861b68d8dad9eb2d3b616ff57f Mon Sep 17 00:00:00 2001 From: Michael McKinsey Date: Fri, 23 Jan 2026 09:52:43 -0800 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 1c6766e..8af677c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --index-url https://pypi.org/simple -hpc-launcher>=1.0.3 +hpc-launcher>=1.0.4 matplotlib>=3.9.4 numpy>=1.26.4 numba>=0.60.0