wizata-dsapi 1.3.1__tar.gz → 1.3.2__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.
Files changed (55) hide show
  1. {wizata_dsapi-1.3.1/wizata_dsapi.egg-info → wizata_dsapi-1.3.2}/PKG-INFO +33 -19
  2. wizata_dsapi-1.3.2/setup.py +80 -0
  3. wizata_dsapi-1.3.2/wizata_dsapi/version.py +1 -0
  4. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2/wizata_dsapi.egg-info}/PKG-INFO +33 -19
  5. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi.egg-info/requires.txt +29 -15
  6. wizata_dsapi-1.3.1/setup.py +0 -66
  7. wizata_dsapi-1.3.1/wizata_dsapi/version.py +0 -1
  8. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/LICENSE.txt +0 -0
  9. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/README.rst +0 -0
  10. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/setup.cfg +0 -0
  11. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/__init__.py +0 -0
  12. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/api_config.py +0 -0
  13. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/api_dto.py +0 -0
  14. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/api_interface.py +0 -0
  15. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/bucket.py +0 -0
  16. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/business_label.py +0 -0
  17. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/context.py +0 -0
  18. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/dataframe_toolkit.py +0 -0
  19. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/datapoint.py +0 -0
  20. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/datastore.py +0 -0
  21. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/ds_dataframe.py +0 -0
  22. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/dsapi_json_encoder.py +0 -0
  23. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/evaluation.py +0 -0
  24. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/execution.py +0 -0
  25. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/experiment.py +0 -0
  26. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/group_system.py +0 -0
  27. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/ilogger.py +0 -0
  28. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/insight.py +0 -0
  29. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/mlmodel.py +0 -0
  30. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/model_toolkit.py +0 -0
  31. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/models/__init__.py +0 -0
  32. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/models/common.py +0 -0
  33. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/paged_query_result.py +0 -0
  34. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/pipeline.py +0 -0
  35. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/pipeline_image.py +0 -0
  36. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/plot.py +0 -0
  37. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/plots/__init__.py +0 -0
  38. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/plots/common.py +0 -0
  39. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/request.py +0 -0
  40. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/script.py +0 -0
  41. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/scripts/__init__.py +0 -0
  42. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/scripts/common.py +0 -0
  43. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/solution_component.py +0 -0
  44. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/streamlit_utils.py +0 -0
  45. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/template.py +0 -0
  46. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/trigger.py +0 -0
  47. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/twin.py +0 -0
  48. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/twinregistration.py +0 -0
  49. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/wizard_function.py +0 -0
  50. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/wizard_request.py +0 -0
  51. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/wizata_dsapi_client.py +0 -0
  52. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi/words.py +0 -0
  53. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi.egg-info/SOURCES.txt +0 -0
  54. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi.egg-info/dependency_links.txt +0 -0
  55. {wizata_dsapi-1.3.1 → wizata_dsapi-1.3.2}/wizata_dsapi.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wizata_dsapi
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: Wizata Data Science Toolkit
5
5
  Author: Wizata S.A.
6
6
  Author-email: info@wizata.com
@@ -40,25 +40,39 @@ Requires-Dist: setuptools==67.6.0; python_version < "3.12" and extra == "all"
40
40
  Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
41
41
  Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
42
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"
43
+ Requires-Dist: matplotlib==3.7.1; python_version < "3.12" and extra == "all"
44
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "all"
45
+ Requires-Dist: tensorflow>=2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
46
+ Requires-Dist: tensorflow-macos>=2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
47
+ Requires-Dist: keras==2.15.0; python_version < "3.12" and extra == "all"
48
+ Requires-Dist: keras>=3.11.3; python_version < "3.12" and extra == "all"
49
+ Requires-Dist: tensorflow_probability==0.15.0; python_version < "3.12" and extra == "all"
50
+ Requires-Dist: tensorflow_probability>=0.25.0; python_version >= "3.12" and extra == "all"
51
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "all"
52
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "all"
50
53
  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"
54
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "all"
55
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "all"
56
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "all"
57
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "all"
58
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "all"
59
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "all"
60
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "all"
61
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "all"
62
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "all"
63
+ Requires-Dist: explainerdashboard>=0.5.1; python_version >= "3.12" and extra == "all"
64
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "all"
65
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "all"
66
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "all"
67
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "all"
68
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "all"
69
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "all"
70
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "all"
71
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "all"
72
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "all"
73
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "all"
74
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "all"
75
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "all"
62
76
  Dynamic: author
63
77
  Dynamic: author-email
64
78
  Dynamic: license-file
@@ -0,0 +1,80 @@
1
+ from setuptools import setup
2
+ from distutils.util import convert_path
3
+
4
+ main_ns = {}
5
+ ver_path = convert_path('wizata_dsapi/version.py')
6
+ with open(ver_path) as ver_file:
7
+ exec(ver_file.read(), main_ns)
8
+
9
+ core_dependencies = [
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"'
27
+ ]
28
+
29
+ ml_dependencies = [
30
+ 'matplotlib==3.7.1; python_version<"3.12"',
31
+ 'matplotlib>=3.10.6; python_version>="3.12"',
32
+ "tensorflow>=2.15.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
33
+ "tensorflow-macos>=2.15.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
34
+ 'keras==2.15.0; python_version<"3.12"',
35
+ 'keras>=3.11.3; python_version<"3.12"',
36
+ 'tensorflow_probability==0.15.0; python_version<"3.12"',
37
+ 'tensorflow_probability>=0.25.0; python_version>="3.12"',
38
+ 'scikit-learn==1.2.2; python_version<"3.12"',
39
+ 'scikit-learn>=1.7.2; python_version>="3.12"',
40
+ 'adtk==0.6.2',
41
+ 'scipy==1.10.1; python_version<"3.12"',
42
+ 'scipy>=1.16.2; python_version>="3.12"',
43
+ 'xgboost==1.7.4; python_version<"3.12"',
44
+ 'xgboost>=3.0.5; python_version>="3.12"',
45
+ 'u8darts==0.25.0; python_version<"3.12"',
46
+ 'u8darts>=0.38.0; python_version>="3.12"',
47
+ 'optuna==3.3.0; python_version<"3.12"',
48
+ 'optuna>=4.5.0; python_version>="3.12"',
49
+ 'explainerdashboard==0.4.2.1; python_version<"3.12"',
50
+ 'explainerdashboard>=0.5.1; python_version>="3.12"',
51
+ 'ipywidgets==8.0.4; python_version<"3.12"',
52
+ 'ipywidgets>=8.1.7; python_version>="3.12"',
53
+ 'kaleido==0.2.1; python_version<"3.12"',
54
+ 'kaleido>=1.1.0; python_version>="3.12"',
55
+ 'pytest==7.2.2; python_version<"3.12"',
56
+ 'pytest>=8.4.2; python_version>="3.12"',
57
+ 'pytest-cov==4.0.0; python_version<"3.12"',
58
+ 'pytest-cov>=7.0.0; python_version>="3.12"',
59
+ 'shapely==2.0.1; python_version<"3.12"',
60
+ 'shapely>=2.1.2; python_version>="3.12"',
61
+ 'pyodbc==4.0.35; python_version<"3.12"',
62
+ 'pyodbc>=5.2.0; python_version>="3.12"'
63
+ ]
64
+ all_dependencies = core_dependencies + ml_dependencies
65
+
66
+ setup(
67
+ name='wizata_dsapi',
68
+ version=main_ns['__version__'],
69
+ description='Wizata Data Science Toolkit',
70
+ author='Wizata S.A.',
71
+ author_email='info@wizata.com',
72
+ packages=['wizata_dsapi',
73
+ 'wizata_dsapi.plots',
74
+ 'wizata_dsapi.scripts',
75
+ 'wizata_dsapi.models'],
76
+ install_requires=core_dependencies,
77
+ extras_require={
78
+ 'all': all_dependencies
79
+ },
80
+ )
@@ -0,0 +1 @@
1
+ __version__ = "1.3.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wizata_dsapi
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: Wizata Data Science Toolkit
5
5
  Author: Wizata S.A.
6
6
  Author-email: info@wizata.com
@@ -40,25 +40,39 @@ Requires-Dist: setuptools==67.6.0; python_version < "3.12" and extra == "all"
40
40
  Requires-Dist: setuptools>=80.9.0; python_version >= "3.12" and extra == "all"
41
41
  Requires-Dist: plotly==5.13.1; python_version < "3.12" and extra == "all"
42
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"
43
+ Requires-Dist: matplotlib==3.7.1; python_version < "3.12" and extra == "all"
44
+ Requires-Dist: matplotlib>=3.10.6; python_version >= "3.12" and extra == "all"
45
+ Requires-Dist: tensorflow>=2.15.0; (sys_platform != "darwin" or platform_machine != "arm64") and extra == "all"
46
+ Requires-Dist: tensorflow-macos>=2.15.0; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
47
+ Requires-Dist: keras==2.15.0; python_version < "3.12" and extra == "all"
48
+ Requires-Dist: keras>=3.11.3; python_version < "3.12" and extra == "all"
49
+ Requires-Dist: tensorflow_probability==0.15.0; python_version < "3.12" and extra == "all"
50
+ Requires-Dist: tensorflow_probability>=0.25.0; python_version >= "3.12" and extra == "all"
51
+ Requires-Dist: scikit-learn==1.2.2; python_version < "3.12" and extra == "all"
52
+ Requires-Dist: scikit-learn>=1.7.2; python_version >= "3.12" and extra == "all"
50
53
  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"
54
+ Requires-Dist: scipy==1.10.1; python_version < "3.12" and extra == "all"
55
+ Requires-Dist: scipy>=1.16.2; python_version >= "3.12" and extra == "all"
56
+ Requires-Dist: xgboost==1.7.4; python_version < "3.12" and extra == "all"
57
+ Requires-Dist: xgboost>=3.0.5; python_version >= "3.12" and extra == "all"
58
+ Requires-Dist: u8darts==0.25.0; python_version < "3.12" and extra == "all"
59
+ Requires-Dist: u8darts>=0.38.0; python_version >= "3.12" and extra == "all"
60
+ Requires-Dist: optuna==3.3.0; python_version < "3.12" and extra == "all"
61
+ Requires-Dist: optuna>=4.5.0; python_version >= "3.12" and extra == "all"
62
+ Requires-Dist: explainerdashboard==0.4.2.1; python_version < "3.12" and extra == "all"
63
+ Requires-Dist: explainerdashboard>=0.5.1; python_version >= "3.12" and extra == "all"
64
+ Requires-Dist: ipywidgets==8.0.4; python_version < "3.12" and extra == "all"
65
+ Requires-Dist: ipywidgets>=8.1.7; python_version >= "3.12" and extra == "all"
66
+ Requires-Dist: kaleido==0.2.1; python_version < "3.12" and extra == "all"
67
+ Requires-Dist: kaleido>=1.1.0; python_version >= "3.12" and extra == "all"
68
+ Requires-Dist: pytest==7.2.2; python_version < "3.12" and extra == "all"
69
+ Requires-Dist: pytest>=8.4.2; python_version >= "3.12" and extra == "all"
70
+ Requires-Dist: pytest-cov==4.0.0; python_version < "3.12" and extra == "all"
71
+ Requires-Dist: pytest-cov>=7.0.0; python_version >= "3.12" and extra == "all"
72
+ Requires-Dist: shapely==2.0.1; python_version < "3.12" and extra == "all"
73
+ Requires-Dist: shapely>=2.1.2; python_version >= "3.12" and extra == "all"
74
+ Requires-Dist: pyodbc==4.0.35; python_version < "3.12" and extra == "all"
75
+ Requires-Dist: pyodbc>=5.2.0; python_version >= "3.12" and extra == "all"
62
76
  Dynamic: author
63
77
  Dynamic: author-email
64
78
  Dynamic: license-file
@@ -22,10 +22,22 @@ plotly>=6.3.1
22
22
 
23
23
  [all]
24
24
  protobuf>=3.20.3
25
+ adtk==0.6.2
26
+
27
+ [all:python_version < "3.12"]
28
+ pandas==1.5.3
29
+ numpy==1.26.4
30
+ dill==0.3.6
31
+ msal==1.24.0
32
+ joblib==1.5.2
33
+ requests==2.28.2
34
+ setuptools==67.6.0
35
+ plotly==5.13.1
25
36
  matplotlib==3.7.1
37
+ keras==2.15.0
38
+ keras>=3.11.3
26
39
  tensorflow_probability==0.15.0
27
40
  scikit-learn==1.2.2
28
- adtk==0.6.2
29
41
  scipy==1.10.1
30
42
  xgboost==1.7.4
31
43
  u8darts==0.25.0
@@ -38,16 +50,6 @@ pytest-cov==4.0.0
38
50
  shapely==2.0.1
39
51
  pyodbc==4.0.35
40
52
 
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
53
  [all:python_version >= "3.12"]
52
54
  pandas>=2.3.3
53
55
  numpy>=2.3.3
@@ -57,11 +59,23 @@ joblib>=1.2.0
57
59
  requests>=2.32.5
58
60
  setuptools>=80.9.0
59
61
  plotly>=6.3.1
62
+ matplotlib>=3.10.6
63
+ tensorflow_probability>=0.25.0
64
+ scikit-learn>=1.7.2
65
+ scipy>=1.16.2
66
+ xgboost>=3.0.5
67
+ u8darts>=0.38.0
68
+ optuna>=4.5.0
69
+ explainerdashboard>=0.5.1
70
+ ipywidgets>=8.1.7
71
+ kaleido>=1.1.0
72
+ pytest>=8.4.2
73
+ pytest-cov>=7.0.0
74
+ shapely>=2.1.2
75
+ pyodbc>=5.2.0
60
76
 
61
77
  [all:sys_platform != "darwin" or platform_machine != "arm64"]
62
- tensorflow==2.15.0
63
- keras==2.15.0
78
+ tensorflow>=2.15.0
64
79
 
65
80
  [all:sys_platform == "darwin" and platform_machine == "arm64"]
66
- tensorflow-macos==2.15.0
67
- keras==2.15.0
81
+ tensorflow-macos>=2.15.0
@@ -1,66 +0,0 @@
1
- from setuptools import setup
2
- from distutils.util import convert_path
3
-
4
- main_ns = {}
5
- ver_path = convert_path('wizata_dsapi/version.py')
6
- with open(ver_path) as ver_file:
7
- exec(ver_file.read(), main_ns)
8
-
9
- core_dependencies = [
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"'
27
- ]
28
-
29
- ml_dependencies = [
30
- 'matplotlib==3.7.1',
31
- "tensorflow==2.15.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
32
- "tensorflow-macos==2.15.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
33
- "keras==2.15.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
34
- "keras==2.15.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
35
- 'tensorflow_probability==0.15.0',
36
- 'scikit-learn==1.2.2',
37
- 'adtk==0.6.2',
38
- 'scipy==1.10.1',
39
- 'xgboost==1.7.4',
40
- 'u8darts==0.25.0',
41
- 'optuna==3.3.0',
42
- 'explainerdashboard==0.4.2.1',
43
- 'ipywidgets==8.0.4',
44
- 'kaleido==0.2.1',
45
- 'pytest==7.2.2',
46
- 'pytest-cov==4.0.0',
47
- 'shapely==2.0.1',
48
- 'pyodbc==4.0.35'
49
- ]
50
- all_dependencies = core_dependencies + ml_dependencies
51
-
52
- setup(
53
- name='wizata_dsapi',
54
- version=main_ns['__version__'],
55
- description='Wizata Data Science Toolkit',
56
- author='Wizata S.A.',
57
- author_email='info@wizata.com',
58
- packages=['wizata_dsapi',
59
- 'wizata_dsapi.plots',
60
- 'wizata_dsapi.scripts',
61
- 'wizata_dsapi.models'],
62
- install_requires=core_dependencies,
63
- extras_require={
64
- 'all': all_dependencies
65
- },
66
- )
@@ -1 +0,0 @@
1
- __version__ = "1.3.1"
File without changes
File without changes
File without changes