forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PyOV] Migrate from direct setup.py calls in Benchmark App and Docs CI (
openvinotoolkit#27220) ### Details: - Remove direct `setup.py` calls from comments in cmake files - Change the docs building command in GHA - Migrate Benchmark App wheel building command to use `python -m pip wheel .` - Since `openvino_dev` is deprecated and set to be removed soon anyway, the `constraints.txt` file has been unpinned from Benchmark App requirements. In my opinion this simplifies the code significantly with no drawbacks, because `numpy` version for benchmark_app (the only dependency) is not even specified in `constraints.txt`, which will soon be removed. ### Tickets: - CVS-155956 - CVS-155957 --------- Co-authored-by: Ilya Lavrenov <[email protected]>
- Loading branch information
1 parent
de5f765
commit 6f001e9
Showing
8 changed files
with
17 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
-c ../constraints.txt | ||
numpy>=1.16.6,<2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters