pythoncharmers-meta 0.7.8__tar.gz → 0.7.13__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythoncharmers-meta
3
- Version: 0.7.8
3
+ Version: 0.7.13
4
4
  Summary: Meta package with dependencies for Python Charmers training courses
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
@@ -45,6 +45,7 @@ Requires-Dist: altair>=5.4.1; extra == 'analytics'
45
45
  Requires-Dist: bokeh>=3.4.3; extra == 'analytics'
46
46
  Requires-Dist: bottleneck>=1.4.0; extra == 'analytics'
47
47
  Requires-Dist: connectorx>=0.4.1; extra == 'analytics'
48
+ Requires-Dist: darts>=0.42.1; extra == 'analytics'
48
49
  Requires-Dist: dask>=2025.2.0; extra == 'analytics'
49
50
  Requires-Dist: distributed>=2024.9.1; extra == 'analytics'
50
51
  Requires-Dist: duckdb>=1.1.3; extra == 'analytics'
@@ -90,13 +91,14 @@ Requires-Dist: redis>=5.2.1; extra == 'db'
90
91
  Requires-Dist: sqlalchemy>=2.0.38; extra == 'db'
91
92
  Provides-Extra: dl
92
93
  Requires-Dist: albumentations>=2.0.8; extra == 'dl'
94
+ Requires-Dist: darts[torch]>=0.42.1; extra == 'dl'
93
95
  Requires-Dist: dataset>=1.5.2; extra == 'dl'
94
96
  Requires-Dist: datasets>=2.2.1; extra == 'dl'
95
97
  Requires-Dist: diskcache>=5.6.3; extra == 'dl'
96
98
  Requires-Dist: eli5>=0.15.0; extra == 'dl'
97
99
  Requires-Dist: evaluate>=0.4.3; extra == 'dl'
98
100
  Requires-Dist: joblib>=1.4.2; extra == 'dl'
99
- Requires-Dist: more-itertools>=10.5.0; extra == 'dl'
101
+ Requires-Dist: lightning>=2.5.6; extra == 'dl'
100
102
  Requires-Dist: prophet>=1.1.6; extra == 'dl'
101
103
  Requires-Dist: pyod>=2.0.5; extra == 'dl'
102
104
  Requires-Dist: scikit-learn>=1.6.1; extra == 'dl'
@@ -108,11 +110,12 @@ Requires-Dist: torchaudio>=2.2.2; extra == 'dl'
108
110
  Requires-Dist: torchvision>=0.17.2; extra == 'dl'
109
111
  Requires-Dist: transformers[torch]>=4.49.0; extra == 'dl'
110
112
  Requires-Dist: xgboost>=2.1.1; extra == 'dl'
111
- Requires-Dist: yellowbrick>=1.5; extra == 'dl'
113
+ Requires-Dist: yellowbrick2>=2.0.1; extra == 'dl'
112
114
  Provides-Extra: docs
113
115
  Requires-Dist: black; extra == 'docs'
114
116
  Requires-Dist: jupyter; extra == 'docs'
115
117
  Requires-Dist: jupyter-cache; extra == 'docs'
118
+ Requires-Dist: kaleido; extra == 'docs'
116
119
  Requires-Dist: nbclient; extra == 'docs'
117
120
  Provides-Extra: gis
118
121
  Requires-Dist: cartopy>=0.23.0; extra == 'gis'
@@ -146,15 +149,17 @@ Requires-Dist: xarray>=2024.9.0; extra == 'gis'
146
149
  Requires-Dist: zarr>=2.18.3; extra == 'gis'
147
150
  Provides-Extra: ml
148
151
  Requires-Dist: eli5>=0.15.0; extra == 'ml'
152
+ Requires-Dist: formulaic>=1.1.1; extra == 'ml'
149
153
  Requires-Dist: glum>=3.1.2; extra == 'ml'
150
154
  Requires-Dist: joblib>=1.4.2; extra == 'ml'
151
155
  Requires-Dist: pyod>=2.0.5; extra == 'ml'
152
156
  Requires-Dist: readability>=0.3.2; extra == 'ml'
153
157
  Requires-Dist: scikit-learn>=1.6.1; extra == 'ml'
158
+ Requires-Dist: seaborn>=0.13.2; extra == 'ml'
154
159
  Requires-Dist: skorch>=1.0.0; extra == 'ml'
155
160
  Requires-Dist: textdistance[levenshtein]>=4.6.3; extra == 'ml'
156
161
  Requires-Dist: xgboost>=2.1.1; extra == 'ml'
157
- Requires-Dist: yellowbrick>=1.5; extra == 'ml'
162
+ Requires-Dist: yellowbrick2>=2.0.1; extra == 'ml'
158
163
  Provides-Extra: net
159
164
  Requires-Dist: aiobotocore>=2.15.1; extra == 'net'
160
165
  Requires-Dist: aiofile>=3.9.0; extra == 'net'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythoncharmers-meta"
3
- version = "0.7.8"
3
+ version = "0.7.13"
4
4
  description = "Meta package with dependencies for Python Charmers training courses"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -78,15 +78,17 @@ gis = [
78
78
  ]
79
79
  ml = [
80
80
  "eli5>=0.15.0",
81
+ "formulaic>=1.1.1",
81
82
  "glum>=3.1.2",
82
83
  "joblib>=1.4.2",
83
84
  "pyod>=2.0.5",
84
85
  "readability>=0.3.2",
85
86
  "scikit-learn>=1.6.1",
87
+ "seaborn>=0.13.2",
86
88
  "skorch>=1.0.0",
87
89
  "textdistance[Levenshtein]>=4.6.3",
88
90
  "xgboost>=2.1.1",
89
- "yellowbrick>=1.5",
91
+ "yellowbrick2 >= 2.0.1"
90
92
  ]
91
93
  web = [
92
94
  "alembic>=1.13.2",
@@ -106,6 +108,7 @@ analytics = [
106
108
  "bokeh>=3.4.3",
107
109
  "bottleneck>=1.4.0",
108
110
  "connectorx>=0.4.1",
111
+ "darts>=0.42.1",
109
112
  "dask>=2025.2.0",
110
113
  "distributed>=2024.9.1",
111
114
  "duckdb>=1.1.3",
@@ -198,13 +201,14 @@ net = [
198
201
  ]
199
202
  dl = [
200
203
  "albumentations>=2.0.8",
204
+ "darts[torch]>=0.42.1",
201
205
  "dataset>=1.5.2",
202
206
  "datasets>=2.2.1",
203
207
  "diskcache>=5.6.3",
204
208
  "eli5>=0.15.0",
205
209
  "evaluate>=0.4.3",
206
210
  "joblib>=1.4.2",
207
- "more-itertools>=10.5.0",
211
+ "lightning>=2.5.6",
208
212
  "prophet>=1.1.6",
209
213
  "pyod>=2.0.5",
210
214
  "scikit-learn>=1.6.1",
@@ -216,7 +220,7 @@ dl = [
216
220
  "torchvision>=0.17.2",
217
221
  "transformers[torch]>=4.49.0",
218
222
  "xgboost>=2.1.1",
219
- "yellowbrick>=1.5",
223
+ "yellowbrick2 >= 2.0.1"
220
224
  ]
221
225
  testing = [
222
226
  "bandit>=1.8.3",
@@ -270,7 +274,8 @@ docs = [
270
274
  "nbclient",
271
275
  "jupyter",
272
276
  "jupyter-cache",
273
- "black"
277
+ "black",
278
+ "kaleido"
274
279
  ]
275
280
 
276
281
  [build-system]
@@ -281,3 +286,6 @@ build-backend = "hatchling.build"
281
286
  required-environments = [
282
287
  "sys_platform == 'darwin' and platform_machine == 'x86_64'"
283
288
  ]
289
+ constraint-dependencies = [
290
+ "configargparse>=1.7.1",
291
+ ]