diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mlflow.spec | 12 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 6 deletions
@@ -1 +1,2 @@ /mlflow-2.2.2.tar.gz +/mlflow-2.3.0.tar.gz diff --git a/python-mlflow.spec b/python-mlflow.spec index d2da4b1..fe4f521 100644 --- a/python-mlflow.spec +++ b/python-mlflow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mlflow -Version: 2.2.2 +Version: 2.3.0 Release: 1 Summary: MLflow: A Platform for ML Development and Productionization License: Apache License 2.0 URL: https://mlflow.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/68/e82f08d62b401444c192000f551957b6fa513637f2981c1c314199567127/mlflow-2.2.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/2d/10e8e99daa5403f3ff863e154e62077e238b8c997919ad373d2d811a9ffe/mlflow-2.3.0.tar.gz BuildArch: noarch Requires: python3-click @@ -30,7 +30,6 @@ Requires: python3-querystring-parser Requires: python3-sqlalchemy Requires: python3-scikit-learn Requires: python3-pyarrow -Requires: python3-shap Requires: python3-markdown Requires: python3-matplotlib Requires: python3-gunicorn @@ -38,6 +37,9 @@ Requires: python3-Jinja2 Requires: python3-waitress Requires: python3-Jinja2 Requires: python3-aliyunstoreplugin +Requires: python3-azure-storage-file-datalake +Requires: python3-google-cloud-storage +Requires: python3-boto3 Requires: python3-pyarrow Requires: python3-requests-auth-aws-sigv4 Requires: python3-boto3 @@ -70,7 +72,7 @@ Provides: python3-mlflow-doc %prep -%autosetup -n mlflow-2.2.2 +%autosetup -n mlflow-2.3.0 %build %py3_build @@ -110,5 +112,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 - Package Spec generated @@ -1 +1 @@ -b8a181a3df5c41899259a27a3f9a4e4a mlflow-2.2.2.tar.gz +ac6022ddaa7a8837bc28534853a0ebbe mlflow-2.3.0.tar.gz |
