From 5278101c999be0d88070e777ab59bcd30b1d266e Mon Sep 17 00:00:00 2001 From: Almaz <79905215+almazgimaev@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:38:18 +0200 Subject: [PATCH] Upgrade SDK to 6.73.60 (#5) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 785ead1..73ce096 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cu118 torch==2.0.0+cu118 torchvision==0.15.1+cu118 -supervisely==6.72.111 +supervisely==6.73.60 # git+https://github.com/supervisely/supervisely.git@branch-to-install imageio==2.19.3 opencv-python==4.6.0.66 @@ -12,3 +12,4 @@ matplotlib==3.5.1 protobuf==3.20.0 fire==0.4.0 moviepy==1.0.3 +urllib3==1.26.15