Skip to content

Commit

Permalink
[OV] Clean test environment (#2779)
Browse files Browse the repository at this point in the history
### Changes

Removed `tensorflow` from test environment.

### Reason for changes

After #2663 module is not
required in tests. It was need for yolov4.
  • Loading branch information
AlexanderDokuchaev authored Jul 4, 2024
1 parent fd0e33c commit d256991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ install-openvino-test:
pip install -U pip
pip install -e .
pip install "git+https://github.com/openvinotoolkit/open_model_zoo.git@37f60eb#egg=accuracy_checker&subdirectory=tools/accuracy_checker"
pip install tensorflow==2.12.0 # Install tensorflow before to avoid conflict on install for typing-extensions
pip install -r tests/openvino/requirements.txt
pip install -r tests/cross_fw/install/requirements.txt
pip install -r tests/cross_fw/examples/requirements.txt
Expand Down

0 comments on commit d256991

Please sign in to comment.