diff --git a/dev_requirements.txt b/dev_requirements.txt index ad88b26..5d79d23 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ # git+https://github.com/supervisely/supervisely.git@model-benchmark -supervisely[model-benchmark]==6.73.239 +supervisely[model-benchmark]==6.73.255 # torch==1.13.0 # torchvision==0.14.0 diff --git a/docker/Dockerfile b/docker/Dockerfile index 353b10a..b74ba71 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM supervisely/base-py-sdk:6.73.208 -RUN python3 -m pip install supervisely[model-benchmark]==6.73.239 +RUN python3 -m pip install supervisely[model-benchmark]==6.73.255 -LABEL python_sdk_version=6.73.239 \ No newline at end of file +LABEL python_sdk_version=6.73.255 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index ea4af99..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -git+https://github.com/supervisely/supervisely.git@semsegm-bm-comparison