Skip to content

Commit 4e322e4

Browse files
authored
Merge pull request #1781 from knutfrode/dev
Added psutil to pyproject.toml dependencies
2 parents 81c4b7e + ea9faae commit 4e322e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ dependencies = [
3030
"pykdtree>=1.3",
3131
"xhistogram>=0.3",
3232
"adios_db>1.2",
33-
"copernicusmarine>=2.0"
33+
"copernicusmarine>=2.0",
34+
"psutil>=7"
3435
]
3536

3637
[project.scripts]

0 commit comments

Comments
 (0)