wedata-pre-code 2.0.0__tar.gz → 2.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/PKG-INFO +3 -3
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/pyproject.toml +3 -3
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/__init__.py +1 -1
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/README.md +0 -0
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/client.py +0 -0
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/common/__init__.py +0 -0
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/common/base_client.py +0 -0
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/wedata2/__init__.py +0 -0
- {wedata_pre_code-2.0.0 → wedata_pre_code-2.0.1}/src/wedata_pre_code/wedata2/client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: wedata-pre-code
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: WeData平台的预执行代码库,为机器学习实验提供与MLflow的深度集成
|
|
5
5
|
Author: WeData Team
|
|
6
6
|
Author-email: WeData Team <wedata@tencent.com>
|
|
@@ -14,9 +14,9 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
17
|
-
Requires-Dist: mlflow>=2.
|
|
17
|
+
Requires-Dist: mlflow>=2.21.2,<2.22.0
|
|
18
18
|
Requires-Dist: pydantic>=2.10.6
|
|
19
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.9
|
|
20
20
|
Project-URL: Homepage, https://wedata.tencent.com
|
|
21
21
|
Project-URL: Documentation, https://wedata.tencent.com/docs
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "wedata-pre-code"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.1"
|
|
4
4
|
description = "WeData平台的预执行代码库,为机器学习实验提供与MLflow的深度集成"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "WeData Team", email = "wedata@tencent.com"}
|
|
@@ -18,9 +18,9 @@ classifiers = [
|
|
|
18
18
|
"Programming Language :: Python :: 3.11",
|
|
19
19
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
20
20
|
]
|
|
21
|
-
requires-python = ">=3.
|
|
21
|
+
requires-python = ">=3.9"
|
|
22
22
|
dependencies = [
|
|
23
|
-
"mlflow>=2.
|
|
23
|
+
"mlflow>=2.21.2,<2.22.0",
|
|
24
24
|
"pydantic>=2.10.6",
|
|
25
25
|
]
|
|
26
26
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|