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

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2022
1 parent ddbd2c6 commit 7fda247
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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.10.5-slim
FROM python:3.10.7-slim

# Install neccesary build tools
RUN apt-get update -y && \
Expand Down
12 changes: 6 additions & 6 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
torch==1.12.1
torchvision==0.13.1
ray[serve]==2.0.0
fastapi==0.81.0
imageio==2.21.2
kornia==0.6.6
fastapi==0.84.0
imageio==2.21.3
kornia==0.6.7
opencv-python==4.6.0.66
Pillow==9.2.0
scikit-image==0.19.3
scipy==1.9.1
pandas==1.4.3
pandas==1.4.4
numpy
awscli
boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
torch==1.12.0+cu116
torchvision==0.13.0+cu116
torch==1.12.1
torchvision==0.13.1
ray[serve]==2.0.0
fastapi==0.81.0
imageio==2.21.2
kornia==0.6.6
fastapi==0.84.0
imageio==2.21.3
kornia==0.6.7
opencv-python==4.6.0.66
Pillow==9.2.0
scikit-image==0.19.3
Expand Down

0 comments on commit 7fda247

Please sign in to comment.