sm_data_ml_utils 0.1.2__py3-none-any.whl → 0.1.4__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/mlflow_databricks/mlflow_model_utils.py +1 -0
- {sm_data_ml_utils-0.1.2.dist-info → sm_data_ml_utils-0.1.4.dist-info}/METADATA +11 -15
- {sm_data_ml_utils-0.1.2.dist-info → sm_data_ml_utils-0.1.4.dist-info}/RECORD +6 -6
- {sm_data_ml_utils-0.1.2.dist-info → sm_data_ml_utils-0.1.4.dist-info}/LICENSE.txt +0 -0
- {sm_data_ml_utils-0.1.2.dist-info → sm_data_ml_utils-0.1.4.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.1.
|
|
3
|
+
Version: 0.1.4
|
|
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,8 +19,8 @@ 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
25
|
Requires-Dist: flake8 (>=4.0.1,<5.0.0)
|
|
29
26
|
Requires-Dist: identify (==1.5.13)
|
|
@@ -31,19 +28,19 @@ 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
30
|
Requires-Dist: mccabe (==0.6.1)
|
|
34
|
-
Requires-Dist: mlflow (==
|
|
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)
|
|
47
44
|
Requires-Dist: pyparsing (==2.4.7)
|
|
48
45
|
Requires-Dist: pytest (>=8.3.3,<9.0.0)
|
|
49
46
|
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0)
|
|
@@ -54,8 +51,7 @@ Requires-Dist: responses (==0.23.1)
|
|
|
54
51
|
Requires-Dist: s3fs (>=2023.10.0,<2024.0.0)
|
|
55
52
|
Requires-Dist: six (==1.15.0)
|
|
56
53
|
Requires-Dist: toml (==0.10.2)
|
|
57
|
-
Requires-Dist: torch (==2.
|
|
58
|
-
Requires-Dist: typed-ast (>=1.5.3,<2.0.0)
|
|
54
|
+
Requires-Dist: torch (==2.10.0)
|
|
59
55
|
Requires-Dist: typing-extensions (>=4.4.0,<5.0.0)
|
|
60
56
|
Description-Content-Type: text/markdown
|
|
61
57
|
|
|
@@ -1,15 +1,15 @@
|
|
|
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
|
|
6
6
|
sm_data_ml_utils/databricks_client/databricks-sql.ipynb,sha256=YFH-TqOB_6dkuBl_qu7wlPmCGy5absciFiQV03FZl9k,41487
|
|
7
7
|
sm_data_ml_utils/mlflow_databricks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
sm_data_ml_utils/mlflow_databricks/mlflow_model_utils.py,sha256=
|
|
8
|
+
sm_data_ml_utils/mlflow_databricks/mlflow_model_utils.py,sha256=0GyBvqZDdZk32h_DiI4DvbVfjOImiHwUAT9ksG-TpIY,12101
|
|
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.1.
|
|
13
|
-
sm_data_ml_utils-0.1.
|
|
14
|
-
sm_data_ml_utils-0.1.
|
|
15
|
-
sm_data_ml_utils-0.1.
|
|
12
|
+
sm_data_ml_utils-0.1.4.dist-info/LICENSE.txt,sha256=jQGhVAgIuNn_aOSzBgcEjOGhbiYFhdZAmmksZ7Uo85U,1071
|
|
13
|
+
sm_data_ml_utils-0.1.4.dist-info/METADATA,sha256=eulLp8kQAZEZsKBe6Z3chP0gb07Ar1B7zA9c6AeCeRs,3646
|
|
14
|
+
sm_data_ml_utils-0.1.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
15
|
+
sm_data_ml_utils-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|