Poetry dependency management (#484)
* Enabled Poetry dependency management
* test poetry
* set working dir
* install in the current environment
* fixed settings setup
* --extras=transformers
* fixed installation order
* removed the old installatiuon way
* set sources working dir
* Update .github/workflows/linux.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* freeze the latest poetry
* Update .github/workflows/linux.yml
* include = ["LICENSE"]
* Revert "include = ["LICENSE"]"
This reverts commit 0c8dbac60283106d7842c0dbc0016c579527ba12.
* use license-files
* win
* win syntax error
* fixed action name
* set working-dir
* Revert "set working-dir"
This reverts commit c35947b0bd1ced9ea5b95400fdfbff310f2fcc07.
* use the full path
* fixed openvino installation
* tmp hardcoded cp311
* optional deps
* test dependency with dependabot
* added mac pipeline
* fix mac pipleine
* fixed syntax
* filters by python
* fixed patching syntax
* find_wheel action
* use the find_wheel action
* fixed action name
* fixed action
* glob async
* format style
* glob.sync
* fixed action call
* updated action
* fixed pattern search
* normalize pathes
* remove debug info
* async glob
* glob absolute pathes
* saved tests
* npm scanning
* aligned pipelines
* exclude child-process
* added missed lics
* fixed syntax
* fail-on-scopes: - 'runtime'
* comment-summary-in-pr
* updated lock file
* +ISC
* limit dependencies versions
* update lock file
* updated dep review config
* fail_on_severity: 'moderate'
* test db
* freeze poetry version
* simplify usage
* search wheel by name
* updated mac
* cleanup
* reverted needs
* poetry v 2.1.3
* reverted needs
* fixed mac pipeline
* use poetry with TF tests
* clone sources
* clone full repo
* split clonning pathes
* use poetry in TF tests
* cat requirements
* revert poetry add for TF reqs
* limit deps
* changed dependencies review config
* exclude more packages
* revert scip list
* Update .github/workflows/linux.yml
Co-authored-by: Artur Paniukov <chgk1101@gmail.com>
* fixed toml syntax
* allow-dependencies-licenses
* updated licenses
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Artur Paniukov <chgk1101@gmail.com>