summaryrefslogtreecommitdiff
path: root/python-interpret-community.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 02:02:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 02:02:36 +0000
commit2a9169d9a18ba16abf1d0b91097f8e84873d93c2 (patch)
tree1fcc40ed65a4bc671adb280ca476b6acf649bd60 /python-interpret-community.spec
parentc2b4714be74cc1e00720b668d00ab01aa9cab3ab (diff)
automatic import of python-interpret-communityopeneuler20.03
Diffstat (limited to 'python-interpret-community.spec')
-rw-r--r--python-interpret-community.spec15
1 files changed, 8 insertions, 7 deletions
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