sm_data_ml_utils 0.1.3__py3-none-any.whl → 1.0.0__py3-none-any.whl
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.
- sm_data_ml_utils/core/config.py +1 -1
- {sm_data_ml_utils-0.1.3.dist-info → sm_data_ml_utils-1.0.0.dist-info}/METADATA +15 -18
- {sm_data_ml_utils-0.1.3.dist-info → sm_data_ml_utils-1.0.0.dist-info}/RECORD +5 -5
- {sm_data_ml_utils-0.1.3.dist-info → sm_data_ml_utils-1.0.0.dist-info}/LICENSE.txt +0 -0
- {sm_data_ml_utils-0.1.3.dist-info → sm_data_ml_utils-1.0.0.dist-info}/WHEEL +0 -0
sm_data_ml_utils/core/config.py
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sm_data_ml_utils
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Common Python tools and utilities for ML work
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Shuming Peh
|
|
7
7
|
Author-email: shuming.peh@gmail.com
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.13,<3.15
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
-
Requires-Dist: PyYAML (==6.0)
|
|
11
|
+
Requires-Dist: PyYAML (==6.0.3)
|
|
15
12
|
Requires-Dist: Werkzeug (>=3.0.3,<4.0.0)
|
|
16
13
|
Requires-Dist: aiobotocore (>=2.8.0,<3.0.0)
|
|
17
14
|
Requires-Dist: appdirs (==1.4.4)
|
|
@@ -22,28 +19,29 @@ Requires-Dist: botocore (>=1.34.15,<2.0.0)
|
|
|
22
19
|
Requires-Dist: certifi (>=2023.7.22,<2024.0.0)
|
|
23
20
|
Requires-Dist: cfgv (==3.2.0)
|
|
24
21
|
Requires-Dist: coverage (==5.4)
|
|
25
|
-
Requires-Dist: databricks-sql-connector (>=
|
|
26
|
-
Requires-Dist: distlib (>=0.
|
|
22
|
+
Requires-Dist: databricks-sql-connector (>=4.2.4,<5.0.0)
|
|
23
|
+
Requires-Dist: distlib (>=0.4.0,<0.5.0)
|
|
27
24
|
Requires-Dist: filelock (>=3.14.0,<4.0.0)
|
|
28
|
-
Requires-Dist: flake8 (>=
|
|
25
|
+
Requires-Dist: flake8 (>=7.1.1,<8.0.0)
|
|
29
26
|
Requires-Dist: identify (==1.5.13)
|
|
30
27
|
Requires-Dist: iniconfig (==1.1.1)
|
|
31
28
|
Requires-Dist: isort (>=5.10.1,<6.0.0)
|
|
32
29
|
Requires-Dist: joblib (==1.3.2)
|
|
33
|
-
Requires-Dist: mccabe (==0.
|
|
34
|
-
Requires-Dist: mlflow (==
|
|
30
|
+
Requires-Dist: mccabe (==0.7.0)
|
|
31
|
+
Requires-Dist: mlflow (==3.9.0)
|
|
35
32
|
Requires-Dist: mock (>=4.0.3,<5.0.0)
|
|
36
33
|
Requires-Dist: moto (>=4.2.7,<5.0.0)
|
|
37
34
|
Requires-Dist: mypy-extensions (==0.4.3)
|
|
38
35
|
Requires-Dist: nodeenv (>=1.5.0,<2.0.0)
|
|
39
|
-
Requires-Dist: numpy (==1.
|
|
36
|
+
Requires-Dist: numpy (==2.1.3)
|
|
40
37
|
Requires-Dist: packaging (>=23.1,<24.0)
|
|
41
|
-
Requires-Dist: pandas (==
|
|
38
|
+
Requires-Dist: pandas (==2.2.3)
|
|
42
39
|
Requires-Dist: pluggy (==1.5.0)
|
|
43
40
|
Requires-Dist: polling (==0.3.2)
|
|
44
41
|
Requires-Dist: py (>=1.11.0,<2.0.0)
|
|
45
|
-
Requires-Dist: pyarrow (>=
|
|
46
|
-
Requires-Dist: pydantic (>=
|
|
42
|
+
Requires-Dist: pyarrow (>=22.0.0,<23.0.0)
|
|
43
|
+
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
|
|
44
|
+
Requires-Dist: pydantic-settings (>=2.12.0,<3.0.0)
|
|
47
45
|
Requires-Dist: pyparsing (==2.4.7)
|
|
48
46
|
Requires-Dist: pytest (>=8.3.3,<9.0.0)
|
|
49
47
|
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
|
|
@@ -52,10 +50,9 @@ Requires-Dist: regex (>=2024.9.11,<2025.0.0)
|
|
|
52
50
|
Requires-Dist: requests (>=2.32.0,<3.0.0)
|
|
53
51
|
Requires-Dist: responses (==0.23.1)
|
|
54
52
|
Requires-Dist: s3fs (>=2023.10.0,<2024.0.0)
|
|
55
|
-
Requires-Dist: six (==1.
|
|
53
|
+
Requires-Dist: six (==1.16.0)
|
|
56
54
|
Requires-Dist: toml (==0.10.2)
|
|
57
|
-
Requires-Dist: torch (==2.
|
|
58
|
-
Requires-Dist: typed-ast (>=1.5.3,<2.0.0)
|
|
55
|
+
Requires-Dist: torch (==2.10.0)
|
|
59
56
|
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
|
|
60
57
|
Description-Content-Type: text/markdown
|
|
61
58
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
sm_data_ml_utils/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
sm_data_ml_utils/core/config.py,sha256=
|
|
2
|
+
sm_data_ml_utils/core/config.py,sha256=gSdTdbXK-SR4FpRuhaTtR0f7ehyIKPaash463p85BTk,702
|
|
3
3
|
sm_data_ml_utils/core/databricks_utils.py,sha256=YLq88WzSxfUegwJofEfeTwq6lQslLLDzgA7w1F0IKBk,2935
|
|
4
4
|
sm_data_ml_utils/databricks_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
sm_data_ml_utils/databricks_client/client.py,sha256=IbGBDzGVtCsW9NSx2_GL9hXT0VHWsC3_fEzhZvkU9fA,1416
|
|
@@ -9,7 +9,7 @@ sm_data_ml_utils/mlflow_databricks/mlflow_model_utils.py,sha256=0GyBvqZDdZk32h_D
|
|
|
9
9
|
sm_data_ml_utils/mlflow_databricks/mlflow_prediction_requests.py,sha256=H4Z7LVqNim95ljLtYgIjso6rvBj9wqjYTSy8Xog15x8,2578
|
|
10
10
|
sm_data_ml_utils/mlflow_databricks/mlflow_serve.py,sha256=1oM9hngT444lMHf_B_J1xpGaztIzF3rpJ3r5EDLaTZM,6818
|
|
11
11
|
sm_data_ml_utils/mlflow_databricks/mlflow_tracker.py,sha256=TBCDRfEY_yhuet8SPF2U5vNGkGUEzdvEQgkNB_SbMO4,5601
|
|
12
|
-
sm_data_ml_utils-0.
|
|
13
|
-
sm_data_ml_utils-0.
|
|
14
|
-
sm_data_ml_utils-0.
|
|
15
|
-
sm_data_ml_utils-0.
|
|
12
|
+
sm_data_ml_utils-1.0.0.dist-info/LICENSE.txt,sha256=jQGhVAgIuNn_aOSzBgcEjOGhbiYFhdZAmmksZ7Uo85U,1071
|
|
13
|
+
sm_data_ml_utils-1.0.0.dist-info/METADATA,sha256=e8_s9OdVlauFEFMIfOtJVmrmOSC385bn44q5gwGcbec,3697
|
|
14
|
+
sm_data_ml_utils-1.0.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
15
|
+
sm_data_ml_utils-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|