diff --git a/.github/workflows/gui_ci_action.yml b/.github/workflows/gui_ci_action.yml index c250c18..5866c4c 100644 --- a/.github/workflows/gui_ci_action.yml +++ b/.github/workflows/gui_ci_action.yml @@ -25,7 +25,7 @@ jobs: pip install pycodestyle pip install PySide2==5.15.0 pip install dateutils==0.6.12 - pip install pycocotools==2.0.5 + pip install pycocotools==2.0.7 pip install labelme==5.0.1 pip install pytest==6.0.1 pip install pytest-qt==3.3.0 diff --git a/easy_perception_deployment/gui/requirements.txt b/easy_perception_deployment/gui/requirements.txt index c76be1e..5feb247 100644 --- a/easy_perception_deployment/gui/requirements.txt +++ b/easy_perception_deployment/gui/requirements.txt @@ -2,7 +2,7 @@ PySide2==5.15.0 dateutils==0.6.12 pycocotools==2.0.2 labelme==5.0.1 -torch==2.7.0 +torch==2.7.1 torchvision==0.9.1 lark-parser==0.11.2 empy==3.3.4