Skip to content

Commit

Permalink
upgrade SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Sep 3, 2024
1 parent 9148f7c commit 917f03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# git+https://github.com/supervisely/supervisely.git@model-benchmark
supervisely[model-benchmark]==6.73.173
supervisely[model-benchmark]==6.73.175
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM supervisely/base-py-sdk:6.73.173
FROM supervisely/base-py-sdk:6.73.175

RUN python3 -m pip install supervisely[model-benchmark]==6.73.173
RUN python3 -m pip install supervisely[model-benchmark]==6.73.175

LABEL python_sdk_version=6.73.173
LABEL python_sdk_version=6.73.175

0 comments on commit 917f03f

Please sign in to comment.