From 53bc44266be226d5e92aace02ee91cb98ed3045b Mon Sep 17 00:00:00 2001 From: dingpeifei Date: Wed, 8 Sep 2021 16:02:05 +0800 Subject: [PATCH] Delete the unuse opensource --- Third_Party_Open_Source_Software_Notice | 39 ------------------- .../cv/StackedHourglass/requirements.txt | 3 -- requirements.txt | 3 -- setup.py | 3 -- 4 files changed, 48 deletions(-) diff --git a/Third_Party_Open_Source_Software_Notice b/Third_Party_Open_Source_Software_Notice index bfdb6645f0f..02f7c298112 100644 --- a/Third_Party_Open_Source_Software_Notice +++ b/Third_Party_Open_Source_Software_Notice @@ -214,45 +214,6 @@ Copyright 2016 Grist Labs, Inc. See the License for the specific language governing permissions and limitations under the License. -Software: cffi 1.12.3 -Copyright notice: -Copyright (c) 2002 Ranjit Mathew -Copyright (c) 2002 Roger Sayle -types.c - Copyright (c) 1996, 1998 Red Hat, Inc. -assert list(c) == [0, 100, 1000, 600, 0] -Copyright (c) 2002 Bo Thorsen -fficommon.h - Copyright (c) 1996 Red Hat, Inc. -prepcif.c - Copyright (c) 1996, 1998 Red Hat, Inc. -ffitarget.h - Copyright (c) 1996-2003 Red Hat, Inc. -copyright = u'2012-2018, Armin Rigo, Maciej Fijalkowski' -libffi - Copyright (c) 1996-2003 Red Hat, Inc. -Copyright (c) 2001 John Beniton -libffi 2.00-beta - Copyright (c) 1996-2003 Red Hat, Inc. -win32.S - Copyright (c) 1996, 1998, 2001, 2002 Red Hat, Inc. -ffi.c - Copyright (c) 1996, 1998, 1999, 2001 Red Hat, Inc. - -License:The MIT License - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - - Software: easydict 1.9 Copyright notice: Copyright (C) 2007 Free Software Foundation, Inc. diff --git a/model_zoo/research/cv/StackedHourglass/requirements.txt b/model_zoo/research/cv/StackedHourglass/requirements.txt index 0218ac509a0..3981427f87b 100644 --- a/model_zoo/research/cv/StackedHourglass/requirements.txt +++ b/model_zoo/research/cv/StackedHourglass/requirements.txt @@ -1,10 +1,7 @@ asttokens==2.0.5 -astunparse==1.6.3 attrs==21.2.0 cached-property==1.5.2 certifi==2018.10.15 -cffi==1.14.5 -decorator==5.0.9 easydict==1.9 h5py==3.3.0 imageio==2.9.0 diff --git a/requirements.txt b/requirements.txt index a895ab27e5c..dd3ad6d6b9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,15 +3,12 @@ protobuf >= 3.13.0 asttokens >= 1.1.13 pillow >= 6.2.0 scipy >= 1.5.2 -cffi >= 1.12.3 wheel >= 0.32.0 -decorator >= 4.4.0 setuptools >= 40.8.0 matplotlib >= 3.1.3 # for ut test opencv-python >= 4.1.2.30 # for ut test sklearn >= 0.0 # for st test pandas >= 1.0.2 # for ut test -astunparse >= 1.6.3 packaging >= 20.0 pycocotools >= 2.0.2 # for st test tables >= 3.6.1 # for st test diff --git a/setup.py b/setup.py index b7c4612a823..7a8f4ded9d6 100644 --- a/setup.py +++ b/setup.py @@ -113,11 +113,8 @@ required_package = [ 'asttokens >= 1.1.13', 'pillow >= 6.2.0', 'scipy >= 1.5.2', - 'cffi >= 1.12.3', 'wheel >= 0.32.0', - 'decorator >= 4.4.0', 'setuptools >= 40.8.0', - 'astunparse >= 1.6.3', 'packaging >= 20.0', 'psutil >= 5.6.1' ]