wizata-dsapi 1.2.26__tar.gz → 1.3.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.
- wizata_dsapi-1.3.1/PKG-INFO +67 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/setup.py +17 -9
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/mlmodel.py +7 -0
- wizata_dsapi-1.3.1/wizata_dsapi/version.py +1 -0
- wizata_dsapi-1.3.1/wizata_dsapi.egg-info/PKG-INFO +67 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi.egg-info/requires.txt +36 -12
- wizata_dsapi-1.2.26/PKG-INFO +0 -8
- wizata_dsapi-1.2.26/wizata_dsapi/version.py +0 -1
- wizata_dsapi-1.2.26/wizata_dsapi.egg-info/PKG-INFO +0 -8
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/LICENSE.txt +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/README.rst +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/setup.cfg +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/__init__.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/api_config.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/api_dto.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/api_interface.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/bucket.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/business_label.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/context.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/dataframe_toolkit.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/datapoint.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/datastore.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/ds_dataframe.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/dsapi_json_encoder.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/evaluation.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/execution.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/experiment.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/group_system.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/ilogger.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/insight.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/model_toolkit.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/models/__init__.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/models/common.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/paged_query_result.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/pipeline.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/pipeline_image.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/plot.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/plots/__init__.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/plots/common.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/request.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/script.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/scripts/__init__.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/scripts/common.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/solution_component.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/streamlit_utils.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/template.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/trigger.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/twin.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/twinregistration.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/wizard_function.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/wizard_request.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/wizata_dsapi_client.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi/words.py +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi.egg-info/SOURCES.txt +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi.egg-info/dependency_links.txt +0 -0
- {wizata_dsapi-1.2.26 → wizata_dsapi-1.3.1}/wizata_dsapi.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: wizata_dsapi
|
|
3
|
+
Version: 1.3.1
|
|
4
|
+
Summary: Wizata Data Science Toolkit
|
|
5
|
+
Author: Wizata S.A.
|
|
6
|
+
Author-email: info@wizata.com
|
|
7
|
+
License-File: LICENSE.txt
|
|
8
|
+
Requires-Dist: pandas==1.5.3; python_version < "3.12"
|
|
9
|
+
Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
|
|
10
|
+
Requires-Dist: numpy==1.26.4; python_version < "3.12"
|
|
11
|
+
Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
|
|
12
|
+
Requires-Dist: dill==0.3.6; python_version < "3.12"
|
|
13
|
+
Requires-Dist: dill==0.4.0; python_version >= "3.12"
|
|
14
|
+
Requires-Dist: protobuf>=3.20.3
|
|
15
|
+
Requires-Dist: msal==1.24.0; python_version < "3.12"
|
|
16
|
+
Requires-Dist: msal>=1.34.0; python_version >= "3.12"
|
|
17
|
+
Requires-Dist: joblib==1.5.2; python_version < "3.12"
|
|
18
|
+
Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
|
|
19
|
+
Requires-Dist: requests==2.28.2; python_version < "3.12"
|
|
20
|
+
Requires-Dist: requests>=2.32.5; python_version >= "3.12"
|
|
21
|
+
Requires-Dist: setuptools==67.6.0; python_version < "3.12"
|
|
22
|
+
Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
|
|
23
|
+
Requires-Dist: plotly==5.13.1; python_version < "3.12"
|
|
24
|
+
Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
|
|
25
|
+
Provides-Extra: all
|
|
26
|
+
Requires-Dist: pandas==1.5.3; python_version < "3.12" and extra == "all"
|
|
27
|
+
Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "all"
|
|
28
|
+
Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "all"
|
|
29
|
+
Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "all"
|
|
30
|
+
Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "all"
|
|
31
|
+
Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "all"
|
|
32
|
+
Requires-Dist: protobuf>=3.20.3; extra == "all"
|
|
33
|
+
Requires-Dist: msal==1.24.0; python_version < "3.12" and extra == "all"
|
|
34
|
+
Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "all"
|
|
35
|
+
Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "all"
|
|
36
|
+
Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "all"
|
|
37
|
+
Requires-Dist: requests==2.28.2; python_version < "3.12" and extra == "all"
|
|
38
|
+
Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "all"
|
|
39
|
+
Requires-Dist: setuptools==67.6.0; python_version < "3.12" and extra == "all"
|
|
40
|
+
Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
|
|
41
|
+
Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
|
|
42
|
+
Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "all"
|
|
43
|
+
Requires-Dist: matplotlib==3.7.1; extra == "all"
|
|
44
|
+
Requires-Dist: tensorflow==2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
|
|
45
|
+
Requires-Dist: tensorflow-macos==2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
46
|
+
Requires-Dist: keras==2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
|
|
47
|
+
Requires-Dist: keras==2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
48
|
+
Requires-Dist: tensorflow_probability==0.15.0; extra == "all"
|
|
49
|
+
Requires-Dist: scikit-learn==1.2.2; extra == "all"
|
|
50
|
+
Requires-Dist: adtk==0.6.2; extra == "all"
|
|
51
|
+
Requires-Dist: scipy==1.10.1; extra == "all"
|
|
52
|
+
Requires-Dist: xgboost==1.7.4; extra == "all"
|
|
53
|
+
Requires-Dist: u8darts==0.25.0; extra == "all"
|
|
54
|
+
Requires-Dist: optuna==3.3.0; extra == "all"
|
|
55
|
+
Requires-Dist: explainerdashboard==0.4.2.1; extra == "all"
|
|
56
|
+
Requires-Dist: ipywidgets==8.0.4; extra == "all"
|
|
57
|
+
Requires-Dist: kaleido==0.2.1; extra == "all"
|
|
58
|
+
Requires-Dist: pytest==7.2.2; extra == "all"
|
|
59
|
+
Requires-Dist: pytest-cov==4.0.0; extra == "all"
|
|
60
|
+
Requires-Dist: shapely==2.0.1; extra == "all"
|
|
61
|
+
Requires-Dist: pyodbc==4.0.35; extra == "all"
|
|
62
|
+
Dynamic: author
|
|
63
|
+
Dynamic: author-email
|
|
64
|
+
Dynamic: license-file
|
|
65
|
+
Dynamic: provides-extra
|
|
66
|
+
Dynamic: requires-dist
|
|
67
|
+
Dynamic: summary
|
|
@@ -7,15 +7,23 @@ with open(ver_path) as ver_file:
|
|
|
7
7
|
exec(ver_file.read(), main_ns)
|
|
8
8
|
|
|
9
9
|
core_dependencies = [
|
|
10
|
-
'pandas==1.5.3',
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
10
|
+
'pandas==1.5.3; python_version<"3.12"',
|
|
11
|
+
'pandas>=2.3.3; python_version>="3.12"',
|
|
12
|
+
'numpy==1.26.4; python_version<"3.12"',
|
|
13
|
+
'numpy>=2.3.3; python_version>="3.12"',
|
|
14
|
+
'dill==0.3.6; python_version<"3.12"',
|
|
15
|
+
'dill==0.4.0; python_version>="3.12"',
|
|
16
|
+
'protobuf>=3.20.3',
|
|
17
|
+
'msal==1.24.0; python_version<"3.12"',
|
|
18
|
+
'msal>=1.34.0; python_version>="3.12"',
|
|
19
|
+
'joblib==1.5.2; python_version<"3.12"',
|
|
20
|
+
'joblib>=1.2.0; python_version>="3.12"',
|
|
21
|
+
'requests==2.28.2; python_version<"3.12"',
|
|
22
|
+
'requests>=2.32.5; python_version>="3.12"',
|
|
23
|
+
'setuptools==67.6.0; python_version<"3.12"',
|
|
24
|
+
'setuptools>=80.9.0; python_version>="3.12"',
|
|
25
|
+
'plotly==5.13.1; python_version<"3.12"',
|
|
26
|
+
'plotly>=6.3.1; python_version>="3.12"'
|
|
19
27
|
]
|
|
20
28
|
|
|
21
29
|
ml_dependencies = [
|
|
@@ -16,6 +16,7 @@ class MLModelConfig(ApiDto):
|
|
|
16
16
|
a model config defines execution properties within a pipeline.
|
|
17
17
|
usually to define how a pipeline should train and predict with your model.
|
|
18
18
|
|
|
19
|
+
:ivar format: by default 'pkl' for pickle, accept 'pt' for PyTorch model using tensors (none = 'pkl')
|
|
19
20
|
:ivar bool by_twin: define if pipeline need to train and use different model by twin item.
|
|
20
21
|
:ivar bool by_property: define if pipeline need to train and use different model based on 'property_name'.
|
|
21
22
|
:ivar list features: datapoint list to refine columns if necessary.
|
|
@@ -39,6 +40,7 @@ class MLModelConfig(ApiDto):
|
|
|
39
40
|
train_script=None,
|
|
40
41
|
train_test_split_pct: float = 1.0,
|
|
41
42
|
train_test_split_type: str = "ignore",
|
|
43
|
+
format: str = 'pkl',
|
|
42
44
|
function: str = "predict",
|
|
43
45
|
properties_mapping=None,
|
|
44
46
|
target_feat=None,
|
|
@@ -74,6 +76,7 @@ class MLModelConfig(ApiDto):
|
|
|
74
76
|
self.by_twin = by_twin
|
|
75
77
|
self.by_property = by_property
|
|
76
78
|
self.property_name = property_name
|
|
79
|
+
self.format = format
|
|
77
80
|
|
|
78
81
|
# source
|
|
79
82
|
self.source = source
|
|
@@ -156,6 +159,8 @@ class MLModelConfig(ApiDto):
|
|
|
156
159
|
self.model_type = obj["model_type"]
|
|
157
160
|
if "model_alias" in obj.keys() and obj["model_alias"] is not None:
|
|
158
161
|
self.model_alias = obj["model_alias"]
|
|
162
|
+
if "format" in obj.keys() and obj["format"] is not None:
|
|
163
|
+
self.format = obj["format"]
|
|
159
164
|
|
|
160
165
|
def to_json(self, target: str = None):
|
|
161
166
|
obj = {
|
|
@@ -199,6 +204,8 @@ class MLModelConfig(ApiDto):
|
|
|
199
204
|
obj["by_property"] = str(self.by_property)
|
|
200
205
|
if self.property_name is not None:
|
|
201
206
|
obj["property_name"] = self.property_name
|
|
207
|
+
if self.format is not None:
|
|
208
|
+
obj["format"] = self.format
|
|
202
209
|
|
|
203
210
|
return obj
|
|
204
211
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.3.1"
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: wizata_dsapi
|
|
3
|
+
Version: 1.3.1
|
|
4
|
+
Summary: Wizata Data Science Toolkit
|
|
5
|
+
Author: Wizata S.A.
|
|
6
|
+
Author-email: info@wizata.com
|
|
7
|
+
License-File: LICENSE.txt
|
|
8
|
+
Requires-Dist: pandas==1.5.3; python_version < "3.12"
|
|
9
|
+
Requires-Dist: pandas>=2.3.3; python_version >= "3.12"
|
|
10
|
+
Requires-Dist: numpy==1.26.4; python_version < "3.12"
|
|
11
|
+
Requires-Dist: numpy>=2.3.3; python_version >= "3.12"
|
|
12
|
+
Requires-Dist: dill==0.3.6; python_version < "3.12"
|
|
13
|
+
Requires-Dist: dill==0.4.0; python_version >= "3.12"
|
|
14
|
+
Requires-Dist: protobuf>=3.20.3
|
|
15
|
+
Requires-Dist: msal==1.24.0; python_version < "3.12"
|
|
16
|
+
Requires-Dist: msal>=1.34.0; python_version >= "3.12"
|
|
17
|
+
Requires-Dist: joblib==1.5.2; python_version < "3.12"
|
|
18
|
+
Requires-Dist: joblib>=1.2.0; python_version >= "3.12"
|
|
19
|
+
Requires-Dist: requests==2.28.2; python_version < "3.12"
|
|
20
|
+
Requires-Dist: requests>=2.32.5; python_version >= "3.12"
|
|
21
|
+
Requires-Dist: setuptools==67.6.0; python_version < "3.12"
|
|
22
|
+
Requires-Dist: setuptools>=80.9.0; python_version >= "3.12"
|
|
23
|
+
Requires-Dist: plotly==5.13.1; python_version < "3.12"
|
|
24
|
+
Requires-Dist: plotly>=6.3.1; python_version >= "3.12"
|
|
25
|
+
Provides-Extra: all
|
|
26
|
+
Requires-Dist: pandas==1.5.3; python_version < "3.12" and extra == "all"
|
|
27
|
+
Requires-Dist: pandas>=2.3.3; python_version >= "3.12" and extra == "all"
|
|
28
|
+
Requires-Dist: numpy==1.26.4; python_version < "3.12" and extra == "all"
|
|
29
|
+
Requires-Dist: numpy>=2.3.3; python_version >= "3.12" and extra == "all"
|
|
30
|
+
Requires-Dist: dill==0.3.6; python_version < "3.12" and extra == "all"
|
|
31
|
+
Requires-Dist: dill==0.4.0; python_version >= "3.12" and extra == "all"
|
|
32
|
+
Requires-Dist: protobuf>=3.20.3; extra == "all"
|
|
33
|
+
Requires-Dist: msal==1.24.0; python_version < "3.12" and extra == "all"
|
|
34
|
+
Requires-Dist: msal>=1.34.0; python_version >= "3.12" and extra == "all"
|
|
35
|
+
Requires-Dist: joblib==1.5.2; python_version < "3.12" and extra == "all"
|
|
36
|
+
Requires-Dist: joblib>=1.2.0; python_version >= "3.12" and extra == "all"
|
|
37
|
+
Requires-Dist: requests==2.28.2; python_version < "3.12" and extra == "all"
|
|
38
|
+
Requires-Dist: requests>=2.32.5; python_version >= "3.12" and extra == "all"
|
|
39
|
+
Requires-Dist: setuptools==67.6.0; python_version < "3.12" and extra == "all"
|
|
40
|
+
Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
|
|
41
|
+
Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
|
|
42
|
+
Requires-Dist: plotly>=6.3.1; python_version >= "3.12" and extra == "all"
|
|
43
|
+
Requires-Dist: matplotlib==3.7.1; extra == "all"
|
|
44
|
+
Requires-Dist: tensorflow==2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
|
|
45
|
+
Requires-Dist: tensorflow-macos==2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
46
|
+
Requires-Dist: keras==2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
|
|
47
|
+
Requires-Dist: keras==2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
48
|
+
Requires-Dist: tensorflow_probability==0.15.0; extra == "all"
|
|
49
|
+
Requires-Dist: scikit-learn==1.2.2; extra == "all"
|
|
50
|
+
Requires-Dist: adtk==0.6.2; extra == "all"
|
|
51
|
+
Requires-Dist: scipy==1.10.1; extra == "all"
|
|
52
|
+
Requires-Dist: xgboost==1.7.4; extra == "all"
|
|
53
|
+
Requires-Dist: u8darts==0.25.0; extra == "all"
|
|
54
|
+
Requires-Dist: optuna==3.3.0; extra == "all"
|
|
55
|
+
Requires-Dist: explainerdashboard==0.4.2.1; extra == "all"
|
|
56
|
+
Requires-Dist: ipywidgets==8.0.4; extra == "all"
|
|
57
|
+
Requires-Dist: kaleido==0.2.1; extra == "all"
|
|
58
|
+
Requires-Dist: pytest==7.2.2; extra == "all"
|
|
59
|
+
Requires-Dist: pytest-cov==4.0.0; extra == "all"
|
|
60
|
+
Requires-Dist: shapely==2.0.1; extra == "all"
|
|
61
|
+
Requires-Dist: pyodbc==4.0.35; extra == "all"
|
|
62
|
+
Dynamic: author
|
|
63
|
+
Dynamic: author-email
|
|
64
|
+
Dynamic: license-file
|
|
65
|
+
Dynamic: provides-extra
|
|
66
|
+
Dynamic: requires-dist
|
|
67
|
+
Dynamic: summary
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
+
protobuf>=3.20.3
|
|
2
|
+
|
|
3
|
+
[:python_version < "3.12"]
|
|
1
4
|
pandas==1.5.3
|
|
2
5
|
numpy==1.26.4
|
|
3
6
|
dill==0.3.6
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
joblib==1.2.0
|
|
7
|
+
msal==1.24.0
|
|
8
|
+
joblib==1.5.2
|
|
7
9
|
requests==2.28.2
|
|
8
10
|
setuptools==67.6.0
|
|
9
11
|
plotly==5.13.1
|
|
10
12
|
|
|
13
|
+
[:python_version >= "3.12"]
|
|
14
|
+
pandas>=2.3.3
|
|
15
|
+
numpy>=2.3.3
|
|
16
|
+
dill==0.4.0
|
|
17
|
+
msal>=1.34.0
|
|
18
|
+
joblib>=1.2.0
|
|
19
|
+
requests>=2.32.5
|
|
20
|
+
setuptools>=80.9.0
|
|
21
|
+
plotly>=6.3.1
|
|
22
|
+
|
|
11
23
|
[all]
|
|
12
|
-
|
|
13
|
-
numpy==1.26.4
|
|
14
|
-
dill==0.3.6
|
|
15
|
-
protobuf==3.20.3
|
|
16
|
-
msal>=1.24.0
|
|
17
|
-
joblib==1.2.0
|
|
18
|
-
requests==2.28.2
|
|
19
|
-
setuptools==67.6.0
|
|
20
|
-
plotly==5.13.1
|
|
24
|
+
protobuf>=3.20.3
|
|
21
25
|
matplotlib==3.7.1
|
|
22
26
|
tensorflow_probability==0.15.0
|
|
23
27
|
scikit-learn==1.2.2
|
|
@@ -34,6 +38,26 @@ pytest-cov==4.0.0
|
|
|
34
38
|
shapely==2.0.1
|
|
35
39
|
pyodbc==4.0.35
|
|
36
40
|
|
|
41
|
+
[all:python_version < "3.12"]
|
|
42
|
+
pandas==1.5.3
|
|
43
|
+
numpy==1.26.4
|
|
44
|
+
dill==0.3.6
|
|
45
|
+
msal==1.24.0
|
|
46
|
+
joblib==1.5.2
|
|
47
|
+
requests==2.28.2
|
|
48
|
+
setuptools==67.6.0
|
|
49
|
+
plotly==5.13.1
|
|
50
|
+
|
|
51
|
+
[all:python_version >= "3.12"]
|
|
52
|
+
pandas>=2.3.3
|
|
53
|
+
numpy>=2.3.3
|
|
54
|
+
dill==0.4.0
|
|
55
|
+
msal>=1.34.0
|
|
56
|
+
joblib>=1.2.0
|
|
57
|
+
requests>=2.32.5
|
|
58
|
+
setuptools>=80.9.0
|
|
59
|
+
plotly>=6.3.1
|
|
60
|
+
|
|
37
61
|
[all:sys_platform != "darwin" or platform_machine != "arm64"]
|
|
38
62
|
tensorflow==2.15.0
|
|
39
63
|
keras==2.15.0
|
wizata_dsapi-1.2.26/PKG-INFO
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.26"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|