From 8ad91eecf4995688a8d0194d84250cb82433898c Mon Sep 17 00:00:00 2001 From: esandoval30 Date: Mon, 11 Jul 2022 12:58:40 +0100 Subject: [PATCH] Update requirements.txt upgrading psutil and adding watchdog -> required for multirun.py --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc3552900..9345cbb3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,11 @@ h5py==2.10.0 matplotlib==3.1.2 numpy==1.17.4 pyyaml==5.4 -psutil==5.6.6 +psutil==5.9.1 scipy==1.3.3 scikit-learn==0.22.2 jinja2==2.10 pymilvus==2.0.2 pinecone-client==2.0.11 redis==4.3.2 +watchdog==2.1.8