Ilya Naumov
149c43044c
Set less strict numpy requirements ( #6039 )
2021-06-04 20:55:22 +03:00
Sergey Lyubimtsev
addf7dc1e0
remove package_data and entry_points ( #5635 )
2021-05-14 18:02:35 +03:00
Ilya Naumov
e8eebf4ccc
Align pip requirements of benchmark tool, cross check tool, IE Python API ( #5199 )
...
* align pypi deps of benchmark, cross check tool, python API
* move cython from python API requirements to requirements-dev
* change requirements to >= for most packages
* update requirements
* set pinned numpy major version in wheel requirements
* set more strict pip requirements-dev in wheel
* change scikit-image version to 0.17
2021-05-14 16:05:38 +03:00
Sergey Lyubimtsev
7d5fd3d51c
MO Transformation configs are missing in openvino-dev package ( #5302 )
...
* MO Transformation configs are missing in openvino-dev package
* fix pylint issues
* add escape
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* add escape
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
* add mo_caffe.proto
* Add MO package_data to openvino-dev package
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
2021-04-28 10:15:22 +03:00
Sergey Lyubimtsev
b92fa8f303
Add benchmark app to openvino-dev package ( #5135 )
...
* Add openvino-tools package (benchmark_app)
* Add openvino-tools package (benchmark_app)
* entry point for benchmark_app
* use find_namespace_packages to search
* Add progress package in openvino-dev requirements list
* Define Apache Software License license, add openvino to install_requires
* remove unused module
2021-04-19 12:50:57 +03:00
Mikhail Ryzhov
c2e2fdf3fa
Corrected versions of numpy and pandas ( #5106 )
...
Aligned versions with the latest POT changes
2021-04-08 18:30:21 +03:00
Sergey Lyubimtsev
f438a3a321
Add entry point for model optimizer as 'mo' alias ( #5052 )
...
* Add entry point for model optimizer as 'mo' alias
* Add entry point for mo package
2021-04-06 10:41:44 +03:00
Mikhail Ryzhov
8c50c3d155
[PyPI] Fixed dependency conflict ( #5013 )
...
* Minimize dependencies for openvino-dev package
* Changed numpy version to satisfy opencv-python dependency
2021-04-01 13:25:22 +03:00
Sergey Lyubimtsev
b55be5594b
compression.configs.hardware config to package_data ( #5044 )
2021-04-01 12:20:20 +03:00
Mikhail Ryzhov
98dbab27a4
Added mo.py to wheel packages ( #4723 )
2021-03-11 11:10:45 +03:00
Mikhail Ryzhov
819bdbe4eb
Corrected PyYAML dependency ( #4598 )
...
5.4.2 is absent on PyPI
2021-03-04 09:21:56 +03:00
Mikhail Ryzhov
b9fe911ec2
[Wheel] Added configuration for openvono-dev ( #4288 )
...
* [Wheel] Added configuration for openvono-dev
* Added dependency on runtime package
* Added patterns for license files
* Added mo package data
* added AC dependencies
2021-03-02 11:07:20 +03:00
Mikhail Ryzhov
e2c67bd508
Enabled wheel packaging ( #3582 )
...
* Added onnx support for C samples
* Added wheel packaging configuration
* ADD cmake option
* Small refactoring
* Fixes for linux env
* Fixed macOS issues
* removed test code
* Added requirements file
* Added myriad plugin
* [PIP] Runtime wheel packaging v2
* Added rpath logic
* Setting rpath for bindings
* Formatting fixes
* Move target project 1 directory above
* Added target dependencies
* Added blacklist for runtime libs
* Corrected blacklist scope
* Added wheel packaging configuration
* ADD cmake option
* Small refactoring
* Fixes for linux env
* Fixed macOS issues
* removed test code
* Added requirements file
* Added myriad plugin
* [PIP] Runtime wheel packaging v2
* Added rpath logic
* Setting rpath for bindings
* Formatting fixes
* Move target project 1 directory above
* Added blacklist for runtime libs
* Changed lib exstention om macOS
* ADD cmake option
* Revert "ADD cmake option"
This reverts commit 36f98c713bb337a160f9af6c7c79c4371fdfc45f.
* Revert "Changed lib exstention om macOS"
This reverts commit 80086fe1230b64fbcf396de82bc731c10f738eae.
* Revert "Merge branch 'feature/wheel_pack' of https://github.com/mryzhov/openvino into feature/wheel_pack"
This reverts commit 7560d9ab55edc1f8877b83821542570060fb13d8, reversing
changes made to c287798f994dcefc074a06ff7c3ef86222674cc7.
* Revert "Added onnx support for C samples"
This reverts commit 26c595ac136d99bd576d307d33ca15feb15f81e4.
* Fixed merge issues
* Fixed typo in mac tool
* Code review fixes
* Simplified deps and added fatal error
code review fixes
* Removed test data
* Fixed setup.py review comments
* Removed apache 2.0 license
* Review fixes
* fixed pylint issues
* Fixed python api install directory
* Using cmake detected python binary
* Changed wheel build directory
* Renamed subdir from install to wheel
* Removed pylint log
* Made license, description and requirements configurable by cmake options
Those files may be changed in CI
* Changed variable name
* Glob instead of os.walk
* Corrected package name in description
* Added wheel building instructions to readme
* small typo fix
* Changes to support CI build
1) Setup.py can be run without cmake build
2) Wheel metadata can be set by environment variables
3) Cmake build uses configuration from .env file
* Removed unused file
2021-02-08 19:16:28 +03:00