From 3e5047e6594d14ec5444d7f0d8a23b9dfadf21f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:17:24 +0000 Subject: [PATCH] Update all dependencies --- SegFormer/Dockerfile.cpu | 2 +- SegFormer/docker/Dockerfile.cpu | 2 +- SegFormer/requirements-cpu.txt | 8 ++++---- dockers/Dockerfile.augmentation.cpu | 2 +- dockers/Dockerfile.healthcheck | 2 +- dockers/Dockerfile.preprocessing.cpu | 2 +- requirements-cpu.txt | 20 ++++++++++---------- requirements-gpu.txt | 18 +++++++++--------- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/SegFormer/Dockerfile.cpu b/SegFormer/Dockerfile.cpu index c7bccf2..a98f823 100644 --- a/SegFormer/Dockerfile.cpu +++ b/SegFormer/Dockerfile.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y \ diff --git a/SegFormer/docker/Dockerfile.cpu b/SegFormer/docker/Dockerfile.cpu index 9465674..8a803d6 100644 --- a/SegFormer/docker/Dockerfile.cpu +++ b/SegFormer/docker/Dockerfile.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y \ diff --git a/SegFormer/requirements-cpu.txt b/SegFormer/requirements-cpu.txt index f44500a..204714e 100644 --- a/SegFormer/requirements-cpu.txt +++ b/SegFormer/requirements-cpu.txt @@ -1,8 +1,8 @@ torch==1.7.1+cpu -torchvision==0.8.2+cpu -mmcv-full==1.2.7 -timm==0.3.2 -pycocotools==2.0.4 +torchvision==0.15.1 +mmcv-full==1.7.1 +timm==0.6.13 +pycocotools==2.0.6 git+https://github.com/waspinator/pycococreator.git@0.2.1 opencv-python<5.0.0 Cython diff --git a/dockers/Dockerfile.augmentation.cpu b/dockers/Dockerfile.augmentation.cpu index 5c38587..e3489f6 100644 --- a/dockers/Dockerfile.augmentation.cpu +++ b/dockers/Dockerfile.augmentation.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.healthcheck b/dockers/Dockerfile.healthcheck index 32b8a84..c7ec96b 100644 --- a/dockers/Dockerfile.healthcheck +++ b/dockers/Dockerfile.healthcheck @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.preprocessing.cpu b/dockers/Dockerfile.preprocessing.cpu index c3929df..9941e05 100644 --- a/dockers/Dockerfile.preprocessing.cpu +++ b/dockers/Dockerfile.preprocessing.cpu @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.2-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/requirements-cpu.txt b/requirements-cpu.txt index e503987..8ad49f3 100644 --- a/requirements-cpu.txt +++ b/requirements-cpu.txt @@ -1,14 +1,14 @@ torch==1.12.0+cpu -torchvision==0.13.0+cpu -ray[serve]==2.0.0 -fastapi==0.81.0 -imageio==2.21.2 -kornia==0.6.6 -opencv-python==4.6.0.66 -Pillow==9.2.0 -scikit-image==0.19.3 -scipy==1.9.1 -pandas==1.4.3 +torchvision==0.15.1 +ray[serve]==2.3.1 +fastapi==0.95.0 +imageio==2.27.0 +kornia==0.6.11 +opencv-python==4.7.0.72 +Pillow==9.5.0 +scikit-image==0.20.0 +scipy==1.10.1 +pandas==2.0.0 numpy awscli boto3 diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 492895c..5ed45e6 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -1,13 +1,13 @@ torch==1.12.0+cu116 -torchvision==0.13.0+cu116 -ray[serve]==2.0.0 -fastapi==0.81.0 -imageio==2.21.2 -kornia==0.6.6 -opencv-python==4.6.0.66 -Pillow==9.2.0 -scikit-image==0.19.3 -scipy==1.9.1 +torchvision==0.15.1 +ray[serve]==2.3.1 +fastapi==0.95.0 +imageio==2.27.0 +kornia==0.6.11 +opencv-python==4.7.0.72 +Pillow==9.5.0 +scikit-image==0.20.0 +scipy==1.10.1 numpy awscli boto3