From 5d9a3b528b6db82f93b2d04af10be4bd0a3f45d0 Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Sun, 16 Oct 2022 01:55:26 +0900 Subject: [PATCH] Use ~= operator to declare the version of scipy (#563) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ab0129a1..b91c0750 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = numpy sacrebleu scikit-learn - scipy + scipy~=1.9.2 seqeval spacy tqdm