pythoncharmers-meta 0.4.2__tar.gz → 0.4.3__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.4.2 → pythoncharmers_meta-0.4.3}/PKG-INFO +2 -2
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/pyproject.toml +3 -4
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/uv.lock +2 -2
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/.gitignore +0 -0
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/LICENSE +0 -0
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/README.md +0 -0
- {pythoncharmers_meta-0.4.2 → pythoncharmers_meta-0.4.3}/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.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -25,7 +25,7 @@ Requires-Dist: memory-profiler>=0.61.0
|
|
|
25
25
|
Requires-Dist: mypy>=1.11.2
|
|
26
26
|
Requires-Dist: natural>=0.2.0
|
|
27
27
|
Requires-Dist: numexpr>=2.10.1
|
|
28
|
-
Requires-Dist: numpy
|
|
28
|
+
Requires-Dist: numpy<2.2.0,>=2.1.3
|
|
29
29
|
Requires-Dist: openpyxl>=3.1.5
|
|
30
30
|
Requires-Dist: pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3
|
|
31
31
|
Requires-Dist: parse>=1.20.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.3"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -22,7 +22,8 @@ dependencies = [
|
|
|
22
22
|
"schedule>=1.2.2",
|
|
23
23
|
"requests>=2.32.3",
|
|
24
24
|
"hvplot>=0.10.0",
|
|
25
|
-
|
|
25
|
+
# Numba requires NumPy 2.1 or less:
|
|
26
|
+
"numpy>=2.1.3,<2.2.0",
|
|
26
27
|
"scipy>=1.15.2",
|
|
27
28
|
"black>=24.8.0",
|
|
28
29
|
"isort>=5.13.2",
|
|
@@ -103,11 +104,9 @@ scieng = [
|
|
|
103
104
|
"scikit-image>=0.24.0",
|
|
104
105
|
"dask>=2024.8.2",
|
|
105
106
|
# "matplotlib>=3.9.2",
|
|
106
|
-
# "plotly>=5.24.1",
|
|
107
107
|
"hvplot>=0.10.0",
|
|
108
108
|
"networkx>=3.3",
|
|
109
109
|
# "pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
110
|
-
# "numba>=0.60.0",
|
|
111
110
|
"dask-image>=2024.5.3",
|
|
112
111
|
"holoviews>=1.19.1",
|
|
113
112
|
"bokeh>=3.4.3",
|
|
@@ -4592,7 +4592,7 @@ wheels = [
|
|
|
4592
4592
|
|
|
4593
4593
|
[[package]]
|
|
4594
4594
|
name = "pythoncharmers-meta"
|
|
4595
|
-
version = "0.4.
|
|
4595
|
+
version = "0.4.3"
|
|
4596
4596
|
source = { editable = "." }
|
|
4597
4597
|
dependencies = [
|
|
4598
4598
|
{ name = "black" },
|
|
@@ -4810,7 +4810,7 @@ requires-dist = [
|
|
|
4810
4810
|
{ name = "networkx", marker = "extra == 'scieng'", specifier = ">=3.3" },
|
|
4811
4811
|
{ name = "numba", marker = "extra == 'scieng'", specifier = ">=0.61.0" },
|
|
4812
4812
|
{ name = "numexpr", specifier = ">=2.10.1" },
|
|
4813
|
-
{ name = "numpy", specifier = ">=2.1.3" },
|
|
4813
|
+
{ name = "numpy", specifier = ">=2.1.3,<2.2.0" },
|
|
4814
4814
|
{ name = "openpyxl", specifier = ">=3.1.5" },
|
|
4815
4815
|
{ name = "pandas", extras = ["aws", "compression", "computation", "consortium-standard", "excel", "feather", "fss", "hdf5", "html", "mysql", "output-formatting", "parquet", "plot", "spss", "sql-other", "xml"], specifier = ">=2.2.3" },
|
|
4816
4816
|
{ name = "parse", specifier = ">=1.20.2" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|