From fad71246c14f4b2157624d52e8c1535c312e7c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:31:26 +0000 Subject: [PATCH] Bump psutil Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.6.3...release-5.6.6) Signed-off-by: dependabot[bot] --- .../pytorch/transformers/examples/distillation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nlp/classification/pytorch/transformers/examples/distillation/requirements.txt b/src/nlp/classification/pytorch/transformers/examples/distillation/requirements.txt index 1f1a1b8..1b3238a 100644 --- a/src/nlp/classification/pytorch/transformers/examples/distillation/requirements.txt +++ b/src/nlp/classification/pytorch/transformers/examples/distillation/requirements.txt @@ -3,5 +3,5 @@ transformers gitpython==3.0.2 tensorboard>=1.14.0 tensorboardX==1.8 -psutil==5.6.3 +psutil==5.6.6 scipy==1.3.1