Skip to content

Commit d28b0a4

Browse files
committed
moved psutil from test dep to core dep
1 parent 55c30c1 commit d28b0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"filelock >=3.0.0",
1515
"fileformats >=0.15.0a7",
1616
"platformdirs >=2",
17+
"psutil >=5.9.0",
1718
]
1819
license = { file = "LICENSE" }
1920
authors = [{ name = "Nipype developers", email = "[email protected]" }]
@@ -78,7 +79,6 @@ test = [
7879
"fileformats-extras >=0.15.0a7",
7980
"numpy >=1.26",
8081
"pyld >=2.0",
81-
"psutil >=5.9.0",
8282
"python-dateutil >=2.8.2",
8383
"tornado >=6.1",
8484
]

0 commit comments

Comments
 (0)