From f81401d2a9c96f8a4e4c263b2b7cd2c3420ee119 Mon Sep 17 00:00:00 2001 From: LLM <13118863+llm17638144939@user.noreply.gitee.com> Date: Wed, 6 Sep 2023 13:18:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20ACL=5FPyTorch/contrib/cv/detection/Cas?= =?UTF-8?q?cade-RCNN-Resnet50-FPN/requirements.txt.=20cpython=3D=E5=8E=8B?= =?UTF-8?q?=E6=A0=B9=E5=B0=B1=E6=B2=A1=E6=9C=890.29.30=EF=BC=8C=E8=BF=99?= =?UTF-8?q?=E9=87=8C=E5=AE=89=E8=A3=85=E7=9A=84=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?cython?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LLM <13118863+llm17638144939@user.noreply.gitee.com> --- .../cv/detection/Cascade-RCNN-Resnet50-FPN/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACL_PyTorch/contrib/cv/detection/Cascade-RCNN-Resnet50-FPN/requirements.txt b/ACL_PyTorch/contrib/cv/detection/Cascade-RCNN-Resnet50-FPN/requirements.txt index 76019f1bb4..24a43e682c 100644 --- a/ACL_PyTorch/contrib/cv/detection/Cascade-RCNN-Resnet50-FPN/requirements.txt +++ b/ACL_PyTorch/contrib/cv/detection/Cascade-RCNN-Resnet50-FPN/requirements.txt @@ -5,4 +5,4 @@ onnx==1.7.0 onnxoptimizer==0.2.7 onnxruntime==1.5.2 opencv-python==4.4.0.46 -cpython==0.29.30 \ No newline at end of file +cython==0.29.30 \ No newline at end of file -- Gitee