From 18c59d3bbfaf8f7cc2e3d1ceb3f47a939e822998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:08:40 +0000 Subject: [PATCH] Update all dependencies --- dockers/Dockerfile.augmentation.cpu | 2 +- dockers/Dockerfile.healthcheck | 2 +- dockers/Dockerfile.preprocessing.cpu | 2 +- requirements-cpu.txt | 18 +++++++++--------- requirements-gpu.txt | 16 ++++++++-------- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dockers/Dockerfile.augmentation.cpu b/dockers/Dockerfile.augmentation.cpu index 5c38587..3dd8ab7 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.0-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.healthcheck b/dockers/Dockerfile.healthcheck index 32b8a84..e30a23e 100644 --- a/dockers/Dockerfile.healthcheck +++ b/dockers/Dockerfile.healthcheck @@ -1,4 +1,4 @@ -FROM python:3.8.13-slim +FROM python:3.11.0-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/dockers/Dockerfile.preprocessing.cpu b/dockers/Dockerfile.preprocessing.cpu index c3929df..570d447 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.0-slim # Install necessary build tools RUN apt-get update -y && \ diff --git a/requirements-cpu.txt b/requirements-cpu.txt index e503987..c65be96 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 +torch==1.13.0 +torchvision==0.14.0 +ray[serve]==2.0.1 +fastapi==0.85.2 +imageio==2.22.3 +kornia==0.6.8 opencv-python==4.6.0.66 -Pillow==9.2.0 +Pillow==9.3.0 scikit-image==0.19.3 -scipy==1.9.1 -pandas==1.4.3 +scipy==1.9.3 +pandas==1.5.1 numpy awscli boto3 diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 492895c..765ae38 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 +torch==1.13.0 +torchvision==0.14.0 +ray[serve]==2.0.1 +fastapi==0.85.2 +imageio==2.22.3 +kornia==0.6.8 opencv-python==4.6.0.66 -Pillow==9.2.0 +Pillow==9.3.0 scikit-image==0.19.3 -scipy==1.9.1 +scipy==1.9.3 numpy awscli boto3