From 4c58388d8a9af39eb0770f575c8fa9cc3673b278 Mon Sep 17 00:00:00 2001 From: Israel Martinez Date: Mon, 4 Mar 2024 19:33:24 -0500 Subject: [PATCH] Add psutil, a new dependency, to the mocked packages --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 3d93c3f6..a8db9f71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,6 +66,7 @@ 'pandas', 'tqdm', 'scipy', + 'psutil', 'awscli'] # There seems to be a conflict between unittest.mock (used by sphinx) and metaclasses