diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-keras-tuner.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 7 deletions
@@ -1 +1,2 @@ /keras-tuner-1.3.4.tar.gz +/keras-tuner-1.3.5.tar.gz diff --git a/python-keras-tuner.spec b/python-keras-tuner.spec index ed6b70c..dcb7648 100644 --- a/python-keras-tuner.spec +++ b/python-keras-tuner.spec @@ -1,22 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-keras-tuner -Version: 1.3.4 +Version: 1.3.5 Release: 1 Summary: A Hyperparameter Tuning Library for Keras License: Apache License 2.0 URL: https://github.com/keras-team/keras-tuner -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/62/e7a7f6b9cde1245e4a02d59c1d07b64e5a41e0fb425a31f0d8549299362d/keras-tuner-1.3.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/7b/8bc85eef3a5701a55a7e2063cb8049f552d40d538ee73ad656a66b1ed1ef/keras-tuner-1.3.5.tar.gz BuildArch: noarch Requires: python3-packaging -Requires: python3-tensorflow Requires: python3-requests Requires: python3-kt-legacy -Requires: python3-protobuf Requires: python3-scikit-learn Requires: python3-scipy Requires: python3-namex Requires: python3-build +Requires: python3-tensorflow +Requires: python3-tensorflow-cpu Requires: python3-black Requires: python3-flake8 Requires: python3-isort @@ -49,7 +49,7 @@ Provides: python3-keras-tuner-doc %prep -%autosetup -n keras-tuner-1.3.4 +%autosetup -n keras-tuner-1.3.5 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.5-1 - Package Spec generated @@ -1 +1 @@ -a3beabad001152c99f1a167ec6a62d8e keras-tuner-1.3.4.tar.gz +1f8725a58a38c50fc19b8c8cbb7fb37e keras-tuner-1.3.5.tar.gz |