From d817d00d80eb2493635e5d4bdbcd9911d76ab72b Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Fri, 15 Dec 2023 08:52:04 +0000 Subject: [PATCH 1/2] Simplify slurmio dependency --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cba5e47..df8659e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ dependencies = [ "natsort", "pandas", "psutil", - "slurmio", "configobj", "tqdm", "PyYAML", @@ -59,9 +58,9 @@ dev = [ "superqt", ] -slumrmio = [ +# For use with the SLURM job scheduler +slurmio = [ "slurmio", - ] [build-system] From a50c79ee3540082338dc6d3a7d5865ec4aeebeaa Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Fri, 15 Dec 2023 09:12:41 +0000 Subject: [PATCH 2/2] Add slurmio to dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index df8659e..f132925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ dev = [ "setuptools_scm", "pyqt5", "superqt", + "slurmio" ] # For use with the SLURM job scheduler