Skip to content

Commit 23ef42e

Browse files
authored
fix: remove psutil extra dependency
1 parent 193c23e commit 23ef42e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def read_version():
5252
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5353
"docker-compose>=1.25.2",
5454
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
55-
"psutil",
5655
],
5756
"scipy": ["scipy>=0.19.0"],
5857
}

0 commit comments

Comments
 (0)