pythoncharmers-meta 0.5.4__tar.gz → 0.5.7__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.
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/PKG-INFO +11 -13
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/pyproject.toml +12 -12
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/uv.lock +3844 -3849
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/.gitignore +0 -0
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/LICENSE +0 -0
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/README.md +1 -1
- {pythoncharmers_meta-0.5.4 → pythoncharmers_meta-0.5.7}/src/pythoncharmers_meta/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -24,8 +24,8 @@ Requires-Dist: numpy<2.2.0,>=2.1.3
|
|
|
24
24
|
Requires-Dist: openpyxl>=3.1.5
|
|
25
25
|
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3
|
|
26
26
|
Requires-Dist: parse>=1.20.2
|
|
27
|
-
Requires-Dist: plotly
|
|
28
|
-
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.
|
|
27
|
+
Requires-Dist: plotly!=6.0.*,>=5.24.0
|
|
28
|
+
Requires-Dist: polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.29.0
|
|
29
29
|
Requires-Dist: psutil>=6.0.0
|
|
30
30
|
Requires-Dist: pydantic>=2.9.2
|
|
31
31
|
Requires-Dist: pytest>=8.3.5
|
|
@@ -33,8 +33,7 @@ Requires-Dist: requests>=2.32.3
|
|
|
33
33
|
Requires-Dist: rich>=13.9.4
|
|
34
34
|
Requires-Dist: ruff>=0.11.1
|
|
35
35
|
Requires-Dist: schedule>=1.2.2
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist: streamlit>=1.39.0
|
|
36
|
+
Requires-Dist: streamlit>=1.45.0
|
|
38
37
|
Requires-Dist: toolz>=0.12.1
|
|
39
38
|
Requires-Dist: tqdm>=4.67.1
|
|
40
39
|
Provides-Extra: analytics
|
|
@@ -51,7 +50,7 @@ Requires-Dist: glum>=3.1.2; extra == 'analytics'
|
|
|
51
50
|
Requires-Dist: graphviz>=0.20.3; extra == 'analytics'
|
|
52
51
|
Requires-Dist: holoviews>=1.19.1; extra == 'analytics'
|
|
53
52
|
Requires-Dist: hvplot>=0.10.0; extra == 'analytics'
|
|
54
|
-
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=
|
|
53
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=10.5.0; extra == 'analytics'
|
|
55
54
|
Requires-Dist: matplotlib>=3.9.2; extra == 'analytics'
|
|
56
55
|
Requires-Dist: networkx>=3.3; extra == 'analytics'
|
|
57
56
|
Requires-Dist: numba>=0.61.0; extra == 'analytics'
|
|
@@ -60,17 +59,16 @@ Requires-Dist: pyod>=2.0.1; extra == 'analytics'
|
|
|
60
59
|
Requires-Dist: scikit-learn>=1.6.1; extra == 'analytics'
|
|
61
60
|
Requires-Dist: scipy>=1.15.2; extra == 'analytics'
|
|
62
61
|
Requires-Dist: seaborn>=0.13.2; extra == 'analytics'
|
|
63
|
-
Requires-Dist: sqlalchemy>=2.0.35; extra == 'analytics'
|
|
64
62
|
Requires-Dist: statsmodels>=0.14.4; extra == 'analytics'
|
|
65
|
-
Requires-Dist: streamlit>=1.
|
|
63
|
+
Requires-Dist: streamlit>=1.45.0; extra == 'analytics'
|
|
66
64
|
Requires-Dist: tables>=3.10.1; extra == 'analytics'
|
|
67
65
|
Requires-Dist: textblob>=0.19.0; extra == 'analytics'
|
|
68
66
|
Requires-Dist: textdistance>=4.6.3; extra == 'analytics'
|
|
69
67
|
Provides-Extra: db
|
|
70
68
|
Requires-Dist: duckdb>=1.1.3; extra == 'db'
|
|
71
|
-
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=
|
|
69
|
+
Requires-Dist: ibis-framework[duckdb,polars,sqlite]>=10.5.0; extra == 'db'
|
|
72
70
|
Requires-Dist: pandas[sql-other]>=2.2.3; extra == 'db'
|
|
73
|
-
Requires-Dist: polars[database]>=1.
|
|
71
|
+
Requires-Dist: polars[database]>=1.29.0; extra == 'db'
|
|
74
72
|
Requires-Dist: pyodbc>=5.2.0; extra == 'db'
|
|
75
73
|
Requires-Dist: redis>=5.2.1; extra == 'db'
|
|
76
74
|
Requires-Dist: sqlalchemy>=2.0.38; extra == 'db'
|
|
@@ -149,7 +147,7 @@ Requires-Dist: networkx>=3.3; extra == 'net'
|
|
|
149
147
|
Requires-Dist: pandas[aws,fss]>=2.2.3; extra == 'net'
|
|
150
148
|
Requires-Dist: passlib>=1.7.4; extra == 'net'
|
|
151
149
|
Requires-Dist: pathos>=0.3.3; extra == 'net'
|
|
152
|
-
Requires-Dist: polars[async,fsspec]>=1.
|
|
150
|
+
Requires-Dist: polars[async,fsspec]>=1.29.0; extra == 'net'
|
|
153
151
|
Requires-Dist: psutil>=6.0.0; extra == 'net'
|
|
154
152
|
Requires-Dist: pyshark>=0.6; extra == 'net'
|
|
155
153
|
Requires-Dist: pytest-repeat>=0.9.3; extra == 'net'
|
|
@@ -185,7 +183,7 @@ Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
|
|
|
185
183
|
Requires-Dist: scipy>=1.15.2; extra == 'scieng'
|
|
186
184
|
Requires-Dist: seaborn>=0.13.2; extra == 'scieng'
|
|
187
185
|
Requires-Dist: statsmodels>=0.14.4; extra == 'scieng'
|
|
188
|
-
Requires-Dist: streamlit>=1.
|
|
186
|
+
Requires-Dist: streamlit>=1.45.0; extra == 'scieng'
|
|
189
187
|
Requires-Dist: sympy>=1.13.3; extra == 'scieng'
|
|
190
188
|
Requires-Dist: tables>=3.10.1; extra == 'scieng'
|
|
191
189
|
Requires-Dist: zarr>=2.18.3; extra == 'scieng'
|
|
@@ -260,8 +258,8 @@ The following sets of optional packages ("extras") are available:
|
|
|
260
258
|
- `dl`: deep learning
|
|
261
259
|
- `gis`: geospatial analysis
|
|
262
260
|
- `ml`: "classical" machine learning
|
|
263
|
-
- `scieng`: scientific and engineering computing
|
|
264
261
|
- `net`: network engineering, concurrency
|
|
262
|
+
- `scieng`: scientific and engineering computing
|
|
265
263
|
- `testing`: testing, linting, doc generation
|
|
266
264
|
- `web`: web dev
|
|
267
265
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.7"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
8
|
"ipython>=8.12.3",
|
|
9
|
-
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.
|
|
9
|
+
"polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.29.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
|
-
"plotly>=5.24.0
|
|
11
|
+
"plotly>=5.24.0,!=6.0.*",
|
|
12
12
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,sql-other,xml]>=2.2.3",
|
|
13
13
|
"numexpr>=2.10.1",
|
|
14
14
|
"mypy>=1.11.2",
|
|
15
15
|
"loguru>=0.7.2",
|
|
16
16
|
"psutil>=6.0.0",
|
|
17
|
-
"streamlit>=1.
|
|
17
|
+
"streamlit>=1.45.0",
|
|
18
18
|
"schedule>=1.2.2",
|
|
19
19
|
"requests>=2.32.3",
|
|
20
20
|
"hvplot>=0.10.0",
|
|
@@ -24,7 +24,7 @@ dependencies = [
|
|
|
24
24
|
"isort>=5.13.2",
|
|
25
25
|
"toolz>=0.12.1",
|
|
26
26
|
"logzero>=1.7.0",
|
|
27
|
-
"sqlalchemy>=2.0.35",
|
|
27
|
+
# "sqlalchemy>=2.0.35",
|
|
28
28
|
"openpyxl>=3.1.5",
|
|
29
29
|
"natural>=0.2.0",
|
|
30
30
|
"parse>=1.20.2",
|
|
@@ -98,9 +98,9 @@ web = [
|
|
|
98
98
|
]
|
|
99
99
|
analytics = [
|
|
100
100
|
"duckdb>=1.1.3",
|
|
101
|
-
"ibis-framework[duckdb,polars,sqlite]>=
|
|
101
|
+
"ibis-framework[duckdb,polars,sqlite]>=10.5.0",
|
|
102
102
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
103
|
-
"sqlalchemy>=2.0.35",
|
|
103
|
+
# "sqlalchemy[asyncio]>=2.0.35",
|
|
104
104
|
"numba>=0.61.0",
|
|
105
105
|
"matplotlib>=3.9.2",
|
|
106
106
|
"scipy>=1.15.2",
|
|
@@ -119,7 +119,7 @@ analytics = [
|
|
|
119
119
|
"bottleneck>=1.4.0",
|
|
120
120
|
"graphviz>=0.20.3",
|
|
121
121
|
"distributed>=2024.9.1",
|
|
122
|
-
"streamlit>=1.
|
|
122
|
+
"streamlit>=1.45.0",
|
|
123
123
|
"glum>=3.1.2",
|
|
124
124
|
"scikit-learn>=1.6.1",
|
|
125
125
|
"formulaic>=1.1.1",
|
|
@@ -145,7 +145,7 @@ scieng = [
|
|
|
145
145
|
"dask-image>=2024.5.3",
|
|
146
146
|
"holoviews>=1.19.1",
|
|
147
147
|
"bokeh>=3.4.3",
|
|
148
|
-
"streamlit>=1.
|
|
148
|
+
"streamlit>=1.45.0",
|
|
149
149
|
"pyod>=2.0.1",
|
|
150
150
|
"tables>=3.10.1",
|
|
151
151
|
"graphviz>=0.20.3",
|
|
@@ -188,7 +188,7 @@ net = [
|
|
|
188
188
|
"passlib>=1.7.4",
|
|
189
189
|
"ftputil>=5.1.0",
|
|
190
190
|
"dask>=2025.2.0",
|
|
191
|
-
"polars[async,fsspec]>=1.
|
|
191
|
+
"polars[async,fsspec]>=1.29.0",
|
|
192
192
|
]
|
|
193
193
|
dl = [
|
|
194
194
|
"dataset>=1.5.2",
|
|
@@ -237,9 +237,9 @@ db = [
|
|
|
237
237
|
"redis>=5.2.1",
|
|
238
238
|
"sqlalchemy>=2.0.38",
|
|
239
239
|
"duckdb>=1.1.3",
|
|
240
|
-
"ibis-framework[duckdb,polars,sqlite]>=
|
|
240
|
+
"ibis-framework[duckdb,polars,sqlite]>=10.5.0",
|
|
241
241
|
"pyodbc>=5.2.0",
|
|
242
|
-
"polars[database]>=1.
|
|
242
|
+
"polars[database]>=1.29.0",
|
|
243
243
|
]
|
|
244
244
|
|
|
245
245
|
[build-system]
|