diff --git a/requirements.txt b/requirements.txt index 7e1950a0..b595172c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,9 +9,11 @@ requests scikit-image scipy tb-nightly -torch>=1.7.1 +torch>=2.9.0 torchvision tqdm yapf lpips -gdown # supports downloading the large file from Google Drive \ No newline at end of file +gdown # supports downloading the large file from Google Drive +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file