Skip to content

Commit

Permalink
Add slurmio back to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Dec 18, 2023
1 parent 86b9c98 commit 061916c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"PyYAML",
"scipy",
"numpy",
"slurmio"
]

license = {text = "MIT"}
Expand Down Expand Up @@ -56,14 +57,9 @@ dev = [
"setuptools_scm",
"pyqt5",
"superqt",
"slurmio",
"scikit-image"
]

# For use with the SLURM job scheduler
slurmio = [
"slurmio",
]

[build-system]
requires = [
Expand Down

0 comments on commit 061916c

Please sign in to comment.