From 1ed55b8724cdbae35157350d2ea34c7dceeddb0f Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 23 Sep 2024 01:06:45 -0400 Subject: [PATCH] Add psutil to requirements.txt (#900) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4b4e168e9..86ef91c95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ matplotlib>=3.7.1 numpy>=1.25.0, <3.0.0 pandas>=2.0.3 plotly>=5.15.0 +psutil>=5.9.5 pyshp>=2.3.1 pystac-client>=0.8.2 python-box>=7.2.0