From 51a050dc9f6fd6548427d322a74f81950e9e99eb Mon Sep 17 00:00:00 2001 From: TheoLisin Date: Wed, 11 Oct 2023 13:38:15 +0000 Subject: [PATCH] upd dev_reqs --- dev_requirements.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c3330f6..a50cbd2 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,11 @@ -supervisely -transformers -timm -torch -scikit-learn -umap-learn +--extra-index-url https://download.pytorch.org/whl/cu113 + +open-clip-torch==2.16.0 +Pillow==9.2.0 +torch==1.11.0+cu113 +torchvision==0.12.0+cu113 +supervisely==6.72.134 +transformers==4.33.2 +timm==0.9.5 +scikit-learn==1.3.1 +umap-learn==0.5.4 \ No newline at end of file