Skip to content

Commit

Permalink
Downgrade filelock version (#1686)
Browse files Browse the repository at this point in the history
* fix #1685

Signed-off-by: YunLiu <[email protected]>

* use opencv-python

Signed-off-by: YunLiu <[email protected]>

* remove opencv-python

Signed-off-by: YunLiu <[email protected]>

* add opencv-python-headless in requirement dev

Signed-off-by: YunLiu <[email protected]>

* minor fix

Signed-off-by: YunLiu <[email protected]>

* add opencv-python-headless in requirements

Signed-off-by: YunLiu <[email protected]>

* revert remove opencv

Signed-off-by: YunLiu <[email protected]>

---------

Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu authored May 8, 2024
1 parent 747f1d9 commit ea2d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea2d7c2

Please sign in to comment.