Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Update all dependencies #74

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v3

- name: Run codespell
uses: codespell-project/actions-codespell@v1.0
uses: codespell-project/actions-codespell@v2.0
with:
check_filenames: true
ignore_words_list: daita,warmup
2 changes: 1 addition & 1 deletion SegFormer/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim
FROM python:3.11.3-slim

# Install necessary build tools
RUN apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion SegFormer/docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim
FROM python:3.11.3-slim

# Install necessary build tools
RUN apt-get update -y \
Expand Down
8 changes: 4 additions & 4 deletions SegFormer/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -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.2
mmcv-full==1.7.1
timm==0.9.2
pycocotools==2.0.6
git+https://github.com/waspinator/[email protected]
opencv-python<5.0.0
Cython
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.augmentation.cpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim
FROM python:3.11.3-slim

# Install necessary build tools
RUN apt-get update -y && \
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.healthcheck
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim
FROM python:3.11.3-slim

# Install necessary build tools
RUN apt-get update -y && \
Expand Down
2 changes: 1 addition & 1 deletion dockers/Dockerfile.preprocessing.cpu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-slim
FROM python:3.11.3-slim

# Install necessary build tools
RUN apt-get update -y && \
Expand Down
20 changes: 10 additions & 10 deletions requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -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.2
ray[serve]==2.4.0
fastapi==0.95.2
imageio==2.30.0
kornia==0.6.12
opencv-python==4.7.0.72
Pillow==9.5.0
scikit-image==0.20.0
scipy==1.10.1
pandas==2.0.2
numpy
awscli
boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -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.2
ray[serve]==2.4.0
fastapi==0.95.2
imageio==2.30.0
kornia==0.6.12
opencv-python==4.7.0.72
Pillow==9.5.0
scikit-image==0.20.0
scipy==1.10.1
numpy
awscli
boto3
Expand Down