Skip to content

Commit ec8273a

Browse files
committed
update required packages
1 parent 315fac1 commit ec8273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def read_version():
4444
"packaging>=20.0",
4545
"pandas",
4646
"pathos",
47+
"psutil",
4748
]
4849

4950
# Specific use case dependencies
@@ -52,7 +53,6 @@ def read_version():
5253
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5354
"docker-compose>=1.25.2",
5455
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
55-
"psutil",
5656
],
5757
"scipy": ["scipy>=0.19.0"],
5858
}

0 commit comments

Comments
 (0)