From 037c2cbfe14fa8bae3c06aebcb5af441fa2d4354 Mon Sep 17 00:00:00 2001 From: lichen <770918727@qq.com> Date: Mon, 11 Apr 2022 18:11:34 +0800 Subject: [PATCH] update --- requirements.txt | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e63de95..b378abf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,28 @@ -coremltools==5.2.0 +esdk_obs_python==3.21.8 Flask==2.0.0 gevent==21.1.2 matplotlib==3.4.1 numpy==1.20.2 -onnx==1.7.0 +esdk-obs-python --trusted-host pypi.org opencv_python==4.5.1.48 -pandas==1.2.4 Pillow==9.1.0 +scipy==1.6.2 +setuptools==49.6.0 + +--find-links https://download.pytorch.org/whl/torch_stable.html +torch==1.10.0+cu111 +--find-links https://download.pytorch.org/whl/torch_stable.html +torchvision==0.11.0+cu111 +--find-links https://download.pytorch.org/whl/torch_stable.html +torchaudio==0.10.0 + +coremltools==5.2.0 +onnx==1.7.0 +pandas==1.2.4 pycocotools==2.0.2 PyYAML==6.0 requests==2.25.1 -scipy==1.6.2 seaborn==0.11.1 -setuptools==49.6.0.post20210108 -thop==0.0.31.post2005241907 -torch==1.7.1+cu110 -torchvision==0.8.2+cu110 +thop==0.0.31 tqdm==4.60.0 +