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", 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