From 20a0894d1a37430fc639cf64eea046f4953a4e5f Mon Sep 17 00:00:00 2001 From: suliuzh Date: Mon, 26 Oct 2020 20:56:56 +0800 Subject: [PATCH] update version for scipy (#7998) --- examples/distillation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distillation/requirements.txt b/examples/distillation/requirements.txt index 1b3238a5f4..c6416fbfee 100644 --- a/examples/distillation/requirements.txt +++ b/examples/distillation/requirements.txt @@ -4,4 +4,4 @@ gitpython==3.0.2 tensorboard>=1.14.0 tensorboardX==1.8 psutil==5.6.6 -scipy==1.3.1 +scipy>=1.4.1