Skip to content

Commit

Permalink
Reorder dependencies (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Sep 11, 2023
1 parent 90b666b commit 021a150
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ dev = [
"isort",
"flynt",
"black",
"flake8",
"flake8-docstrings",
"flake8-use-fstring",
"flake8-functions",
'codespell',
Expand All @@ -58,9 +60,6 @@ dev = [
# Requirements necessary for building the documentation
doc = [
"nilearn[plotly]",
"coverage",
"flake8",
"flake8-docstrings",
"furo",
"memory_profiler", # measuring memory during docs building
"myst-parser",
Expand Down

0 comments on commit 021a150

Please sign in to comment.