downgrade to tensorflow-estimator 2.10.0 for tensorflow 2.10.0 build

Signed-off-by: hubin <hubin73@huawei.com>
This commit is contained in:
hubin 2022-11-22 17:04:09 +08:00
parent 13b0f54d6e
commit 22dd2c4587
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: tensorflow-estimator Name: tensorflow-estimator
Version: 2.11.0 Version: 2.10.0
Release: 1 Release: 1
Summary: TensorFlow Estimator. Summary: TensorFlow Estimator.
License: Apache 2.0 License: Apache 2.0
URL: https://www.tensorflow.org/ URL: https://www.tensorflow.org/
Source0: https://files.pythonhosted.org/packages/bb/e2/8bf618c7c30a525054230ee6d40b036d3e5abc2c4ff67cf7c7420a519204/tensorflow_estimator-2.11.0-py2.py3-none-any.whl Source0: https://files.pythonhosted.org/packages/b6/05/9d7f3a6c783669cba36a6eb4555d0c73a516eee935dde6176dfb8512f94e/tensorflow_estimator-2.10.0-py2.py3-none-any.whl
BuildArch: noarch BuildArch: noarch
%description %description
@ -59,6 +59,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 21 2022 Bin Hu <hubin73@huawei.com> - 2.10.0-1
- downgrade to version 2.10.0 for tensorflow 2.10 build requirement
* Mon Nov 21 2022 Bin Hu <hubin73@huawei.com> - 2.11.0-1 * Mon Nov 21 2022 Bin Hu <hubin73@huawei.com> - 2.11.0-1
- upgrade to version 2.11.0 for tensorflow 2.10 build - upgrade to version 2.11.0 for tensorflow 2.10 build