pythoncharmers-meta 0.2.4__tar.gz → 0.2.5__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.2.4 → pythoncharmers_meta-0.2.5}/PKG-INFO +2 -2
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/pyproject.toml +2 -2
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/uv.lock +2 -2
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/.gitignore +0 -0
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/LICENSE +0 -0
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/README.md +0 -0
- {pythoncharmers_meta-0.2.4 → pythoncharmers_meta-0.2.5}/src/pythoncharmers_meta/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -22,7 +22,7 @@ Requires-Dist: numpy<2.1,>=2.0.2
|
|
|
22
22
|
Requires-Dist: openpyxl>=3.1.5
|
|
23
23
|
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
|
|
24
24
|
Requires-Dist: parse>=1.20.2
|
|
25
|
-
Requires-Dist: plotly>=5.24.
|
|
25
|
+
Requires-Dist: plotly>=5.24.0
|
|
26
26
|
Requires-Dist: polars>=1.9.0
|
|
27
27
|
Requires-Dist: psutil>=6.0.0
|
|
28
28
|
Requires-Dist: requests>=2.32.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.5"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -8,7 +8,7 @@ dependencies = [
|
|
|
8
8
|
"ipython>=8.12.3",
|
|
9
9
|
"polars>=1.9.0",
|
|
10
10
|
"matplotlib>=3.9.2",
|
|
11
|
-
"plotly>=5.24.
|
|
11
|
+
"plotly>=5.24.0",
|
|
12
12
|
"pandas[aws,compression,computation,consortium-standard,excel,feather,fss,hdf5,html,mysql,output-formatting,parquet,plot,spss,sql-other,xml]>=2.2.3",
|
|
13
13
|
"numexpr>=2.10.1",
|
|
14
14
|
"h5py>=3.11.0",
|
|
@@ -3544,7 +3544,7 @@ wheels = [
|
|
|
3544
3544
|
|
|
3545
3545
|
[[package]]
|
|
3546
3546
|
name = "pythoncharmers-meta"
|
|
3547
|
-
version = "0.2.
|
|
3547
|
+
version = "0.2.5"
|
|
3548
3548
|
source = { editable = "." }
|
|
3549
3549
|
dependencies = [
|
|
3550
3550
|
{ name = "black" },
|
|
@@ -3699,7 +3699,7 @@ requires-dist = [
|
|
|
3699
3699
|
{ name = "parse", specifier = ">=1.20.2" },
|
|
3700
3700
|
{ name = "pint", marker = "extra == 'gis'", specifier = ">=0.24.3" },
|
|
3701
3701
|
{ name = "pint", marker = "extra == 'scieng'", specifier = ">=0.24.3" },
|
|
3702
|
-
{ name = "plotly", specifier = ">=5.24.
|
|
3702
|
+
{ name = "plotly", specifier = ">=5.24.0" },
|
|
3703
3703
|
{ name = "polars", specifier = ">=1.9.0" },
|
|
3704
3704
|
{ name = "psutil", specifier = ">=6.0.0" },
|
|
3705
3705
|
{ name = "psutil", marker = "extra == 'net'", specifier = ">=6.0.0" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|