Update numpy requirement from <=1.23.4,>=1.16.6 to >=1.16.6,<1.24.2 in /src/frontends/tensorflow_lite/tests (#15350)
* Update numpy requirement in /src/frontends/tensorflow_lite/tests Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.6...v1.24.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update src/frontends/tensorflow_lite/tests/requirements.txt Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com> Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
This commit is contained in:
parent
6865f8f147
commit
cdf31906d7
@ -1,2 +1,2 @@
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
numpy>=1.16.6,<1.25.0
|
||||
tensorflow>=1.15.5,<=2.11.0
|
||||
|
Loading…
Reference in New Issue
Block a user