We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058d793 commit a031509Copy full SHA for a031509
pyproject.toml
@@ -14,6 +14,7 @@ dependencies = [
14
"filelock >=3.0.0",
15
"fileformats >=0.15.0a7",
16
"platformdirs >=2",
17
+ "psutil >=5.9.0",
18
]
19
license = { file = "LICENSE" }
20
authors = [{ name = "Nipype developers", email = "[email protected]" }]
@@ -78,7 +79,6 @@ test = [
78
79
"fileformats-extras >=0.15.0a7",
80
"numpy >=1.26",
81
"pyld >=2.0",
- "psutil >=5.9.0",
82
"python-dateutil >=2.8.2",
83
"tornado >=6.1",
84
0 commit comments