Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit 22a2f3f

Browse files
authored
fix: relax psutils version requirements to avoid version conflicts. (#266)
1 parent 391c1e0 commit 22a2f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read_version():
4343
"inotify_simple==1.2.1",
4444
"werkzeug==0.15.5",
4545
"paramiko==2.4.2",
46-
"psutil==5.6.7",
46+
"psutil>=5.6.7",
4747
"protobuf>=3.1",
4848
"scipy>=1.2.2",
4949
]

0 commit comments

Comments
 (0)