From 1e584ceb6e2dca9e45d286502894b91e55636d45 Mon Sep 17 00:00:00 2001 From: jenniferColonell Date: Wed, 5 Jan 2022 13:10:51 -0500 Subject: [PATCH] add psutil to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bfd064dc..6b1d2465 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,6 @@ 'xmljson', 'xarray', 'scikit-learn', + 'psutil' ], )