Skip to content

Commit 63a9d43

Browse files
committed
skip psutil 5.6.1
Fixes #1119
1 parent d91e812 commit 63a9d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ schema-salad>=7.1.20210518142926,<8
66
prov==1.5.1
77
bagit==1.8.1
88
mypy-extensions
9-
psutil<5.9.0
9+
psutil != 5.6.1, <5.9.0
1010
typing-extensions
1111
coloredlogs
1212
pydot>=1.4.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
# https://github.com/common-workflow-language/schema_salad/issues/385
116116
"schema-salad >= 7.1.20210518142926, < 8",
117117
"mypy-extensions",
118-
"psutil",
118+
"psutil != 5.6.1",
119119
"prov == 1.5.1",
120120
"bagit >= 1.6.4",
121121
"typing-extensions",

0 commit comments

Comments
 (0)