From ea2d7c232bb97b314617672a081438c72f1618c0 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Wed, 8 May 2024 08:02:56 +0800 Subject: [PATCH] Downgrade filelock version (#1686) * fix #1685 Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * use opencv-python Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * remove opencv-python Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * add opencv-python-headless in requirement dev Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * minor fix Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * add opencv-python-headless in requirements Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> * revert remove opencv Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --------- Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5153011a7..5fdb145ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ girder-client==3.2.3 ninja==1.11.1.1 einops==0.7.0 pyyaml==6.0.1 -filelock==3.13.4 +filelock==3.11.0 passlib==1.7.4 python-jose[cryptography]==3.3.0 bcrypt==4.1.2 diff --git a/setup.cfg b/setup.cfg index de8ea8647..1ec39c442 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ install_requires = ninja==1.11.1.1 einops==0.7.0 pyyaml==6.0.1 - filelock==3.13.4 + filelock==3.11.0 passlib==1.7.4 python-jose[cryptography]==3.3.0 bcrypt==4.1.2