Skip to content

Commit

Permalink
SDK 6.73.208
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Oct 10, 2024
1 parent f39c02a commit 8cc934c
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.207
supervisely[model-benchmark]==6.73.208
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.207
FROM supervisely/base-py-sdk:6.73.208

RUN python3 -m pip install supervisely[model-benchmark]==6.73.207
RUN python3 -m pip install supervisely[model-benchmark]==6.73.208

LABEL python_sdk_version=6.73.207
LABEL python_sdk_version=6.73.208

0 comments on commit 8cc934c

Please sign in to comment.