Skip to content

Commit 6e2e4c5

Browse files
authored
Remove py (#3679)
* Remove py * Update to torch 1.13.1
1 parent 5a3376f commit 6e2e4c5

File tree

7 files changed

+4
-382
lines changed

7 files changed

+4
-382
lines changed

.github/workflows/accuracy_checker-pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Pip install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install --no-deps -r ci/requirements-ac-test.txt
25-
python -m pip install --no-deps tools/accuracy_checker
24+
python -m pip install tools/accuracy_checker openvino -r tools/accuracy_checker/requirements-test.in
2625
- name: python -m pytest tools/accuracy_checker
2726
run: |
2827
python -m pytest tools/accuracy_checker

ci/requirements-ac-test.txt

Lines changed: 0 additions & 195 deletions
This file was deleted.

ci/requirements-ac.txt

Lines changed: 0 additions & 176 deletions
This file was deleted.

ci/requirements-conversion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ termcolor==2.1.1
188188
# via tensorflow
189189
texttable==1.6.7
190190
# via openvino-dev
191-
torch==1.13.0
191+
torch==1.13.1
192192
# via
193193
# -r tools/model_tools/requirements-pytorch.in
194194
# torchvision

0 commit comments

Comments
 (0)