Skip to content

Commit

Permalink
added in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 20, 2024
1 parent 0467771 commit bda83ad
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,27 @@ description = "Pydra tasks package for nireports"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = [
"pydra >=0.22",
"fileformats >=0.8.3",
"fileformats-datascience >=0.1",
"fileformats-medimage >=0.4.1",
"importlib_resources >= 5.12; python_version < '3.12'",
"pydra >=0.22",
"matplotlib >= 3.4.2",
"nibabel >= 3.0.1",
"nilearn >= 0.5.2",
"numpy",
"pandas",
"pybids",
"pyyaml",
"seaborn",
"svgutils >= 0.3.4",
"templateflow",
]
license = { file = "LICENSE" }
authors = [{ name = "Nipype developers", email = "[email protected]" }]
maintainers = [
{ name = "Nipype developers", email = "[email protected]" },
]
license = {file = "LICENSE"}
authors = [{name = "Nipype developers", email = "[email protected]"}]
maintainers = [{name = "Nipype developers", email = "[email protected]"}]
keywords = ["pydra"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
Expand All @@ -30,10 +43,7 @@ classifiers = [
dynamic = ["version"]

[project.optional-dependencies]
dev = [
"black",
"pre-commit",
]
dev = ["black", "pre-commit"]
doc = [
"packaging",
"sphinx >=2.1.2",
Expand Down Expand Up @@ -74,9 +84,7 @@ ignore-words = ".codespell-ignorewords"

[tool.flake8]
doctests = true
per-file-ignores = [
"__init__.py:F401,F403"
]
per-file-ignores = ["__init__.py:F401,F403"]
max-line-length = 88
select = "C,E,F,W,B,B950"
extend-ignore = ['E203', 'E501', 'E129', 'W503']

0 comments on commit bda83ad

Please sign in to comment.