Skip to content

Commit

Permalink
added flaky, pyld and pympler to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Oct 1, 2024
1 parent f54640b commit 0deadc4
Showing 1 changed file with 12 additions and 27 deletions.
39 changes: 12 additions & 27 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ dependencies = [
"typing_extensions >=4.6.3; python_version < '3.10'",
"typing_utils >=0.1.0; python_version < '3.10'",
]
license = {file = "LICENSE"}
authors = [
{name = "Nipype developers", email = "[email protected]"},
]
license = { file = "LICENSE" }
authors = [{ name = "Nipype developers", email = "[email protected]" }]
maintainers = [
{name = "Nipype developers", email = "[email protected]"},
]
keywords = [
"brainweb",
"dataflow",
"neuroimaging",
"pydra",
{ name = "Nipype developers", email = "[email protected]" },
]
keywords = ["brainweb", "dataflow", "neuroimaging", "pydra"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -49,18 +42,9 @@ classifiers = [
dynamic = ["version"]

[project.optional-dependencies]
psij = [
"psij-python",
]
dask = [
"dask",
"distributed",
]
dev = [
"black",
"pre-commit",
"pydra[test]",
]
psij = ["psij-python"]
dask = ["dask", "distributed"]
dev = ["black", "pre-commit", "pydra[test]"]
doc = [
"packaging",
"sphinx ==6.2.1",
Expand All @@ -69,10 +53,13 @@ doc = [
"sphinxcontrib-versioning",
]
test = [
"flaky",
"pympler",
"pyld",
"pytest >=6.2.5",
"pytest-cov",
"pytest-env",
"pytest-xdist <2.0",
"pytest-xdist",
"pytest-rerunfailures",
"pytest-timeout",
"codecov",
Expand All @@ -84,9 +71,7 @@ test = [
"boutiques",
"pympler",
]
jupyter = [
"nest_asyncio"
]
jupyter = ["nest_asyncio"]
# Aliases
tests = ["pydra[test]"]
docs = ["pydra[doc]"]
Expand Down

0 comments on commit 0deadc4

Please sign in to comment.