From 91701feb5e2e6a000cb39d7af96ae101382baf22 Mon Sep 17 00:00:00 2001 From: xulei2020 Date: Thu, 8 Apr 2021 14:14:24 +0800 Subject: [PATCH] Revision of third party component version number requirements --- requirements.txt | 6 +++--- setup.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 57943f3efd0..01133772fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ -numpy >= 1.17.0, <= 1.17.5 +numpy >= 1.17.0 protobuf >= 3.8.0 asttokens >= 1.1.13 pillow >= 6.2.0 -scipy >= 1.5.3 +scipy >= 1.5.2 easydict >= 1.9 sympy >= 1.4 -cffi >= 1.13.2 +cffi >= 1.12.3 wheel >= 0.32.0 decorator >= 4.4.0 setuptools >= 40.8.0 diff --git a/setup.py b/setup.py index 3a4221bab7e..3c433e85700 100644 --- a/setup.py +++ b/setup.py @@ -108,14 +108,14 @@ def build_dependencies(): build_dependencies() required_package = [ - 'numpy >= 1.17.0, <= 1.17.5', + 'numpy >= 1.17.0', 'protobuf >= 3.8.0', 'asttokens >= 1.1.13', 'pillow >= 6.2.0', - 'scipy >= 1.5.3', + 'scipy >= 1.5.2', 'easydict >= 1.9', 'sympy >= 1.4', - 'cffi >= 1.13.2', + 'cffi >= 1.12.3', 'wheel >= 0.32.0', 'decorator >= 4.4.0', 'setuptools >= 40.8.0',