diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:02:36 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:02:36 +0000 |
| commit | 2a9169d9a18ba16abf1d0b91097f8e84873d93c2 (patch) | |
| tree | 1fcc40ed65a4bc671adb280ca476b6acf649bd60 | |
| parent | c2b4714be74cc1e00720b668d00ab01aa9cab3ab (diff) | |
automatic import of python-interpret-communityopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-interpret-community.spec | 15 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 10 insertions, 8 deletions
@@ -1 +1,2 @@ /interpret_community-0.28.0.tar.gz +/interpret_community-0.29.0.tar.gz diff --git a/python-interpret-community.spec b/python-interpret-community.spec index 2090ba7..7317515 100644 --- a/python-interpret-community.spec +++ b/python-interpret-community.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-interpret-community -Version: 0.28.0 +Version: 0.29.0 Release: 1 Summary: Microsoft Interpret Extensions SDK for Python License: MIT License URL: https://github.com/interpretml/interpret-community -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0a/b5/339e7c770243b44311713a85780bbd3d4c6a4cd1db063eb2fd0d9ebab753/interpret_community-0.28.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/c6/080734fd96bb9ea46f32e19ae24156c42342bd1d42055f9dda4e9d18877e/interpret_community-0.29.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -16,6 +16,7 @@ Requires: python3-scikit-learn Requires: python3-packaging Requires: python3-interpret-core[required] Requires: python3-shap +Requires: python3-raiutils Requires: python3-tensorflow Requires: python3-pyyaml Requires: python3-keras @@ -26,7 +27,7 @@ Requires: python3-hdbscan %description # Microsoft Interpret Community SDK for Python -### This package has been tested with Python 3.6, 3.7 and 3.8 +### This package has been tested with Python 3.7, 3.8 and 3.9 The Interpret Community SDK builds on Interpret, an open source python package from Microsoft Research for training interpretable models, and helps to explain blackbox systems by adding additional extensions from the community to interpret ML models. @@ -70,7 +71,7 @@ BuildRequires: python3-pip %description -n python3-interpret-community # Microsoft Interpret Community SDK for Python -### This package has been tested with Python 3.6, 3.7 and 3.8 +### This package has been tested with Python 3.7, 3.8 and 3.9 The Interpret Community SDK builds on Interpret, an open source python package from Microsoft Research for training interpretable models, and helps to explain blackbox systems by adding additional extensions from the community to interpret ML models. @@ -111,7 +112,7 @@ Provides: python3-interpret-community-doc %description help # Microsoft Interpret Community SDK for Python -### This package has been tested with Python 3.6, 3.7 and 3.8 +### This package has been tested with Python 3.7, 3.8 and 3.9 The Interpret Community SDK builds on Interpret, an open source python package from Microsoft Research for training interpretable models, and helps to explain blackbox systems by adding additional extensions from the community to interpret ML models. @@ -147,7 +148,7 @@ https://github.com/microsoft/responsible-ai-toolbox %prep -%autosetup -n interpret-community-0.28.0 +%autosetup -n interpret-community-0.29.0 %build %py3_build @@ -187,5 +188,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.0-1 - Package Spec generated @@ -1 +1 @@ -c59ee599b27568f5f2a5b969dae317a0 interpret_community-0.28.0.tar.gz +73872275747006b13b32e934289a3777 interpret_community-0.29.0.tar.gz |
