From 7ca31559f0a6ae6fb1cdbcec63d35d14baa9505d Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Mon, 22 Feb 2021 14:39:01 +0100 Subject: [PATCH] add psutils to requirements --- requirements.txt | 1 + requirements_gpu.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index a5854fea..b0a6e7f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,6 +34,7 @@ patsy==0.5.1 Pillow==8.1.0 pluggy==0.13.1 protobuf==3.15.0 +psutil==5.8.0 py==1.10.0 pydot==1.4.2 pyparsing==2.4.7 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 809eb0b3..35fe0d5e 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -34,6 +34,7 @@ patsy==0.5.1 Pillow==8.1.0 pluggy==0.13.1 protobuf==3.15.0 +psutil==5.8.0 py==1.10.0 pydot==1.4.2 pyparsing==2.4.7 -- GitLab