pythoncharmers-meta 0.5.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythoncharmers-meta
3
- Version: 0.5.6
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,7 +24,7 @@ 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!=6.0.0,>=5.24.0
27
+ Requires-Dist: plotly!=6.0.*,>=5.24.0
28
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythoncharmers-meta"
3
- version = "0.5.6"
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"
@@ -8,7 +8,7 @@ dependencies = [
8
8
  "ipython>=8.12.3",
9
9
  "polars[excel,graph,numpy,plot,pyarrow,pydantic,style,timezone]>=1.29.0",
10
10
  "matplotlib>=3.9.2",
11
- "plotly>=5.24.0,!=6.0.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",
@@ -5828,7 +5828,7 @@ wheels = [
5828
5828
 
5829
5829
  [[package]]
5830
5830
  name = "pythoncharmers-meta"
5831
- version = "0.5.6"
5831
+ version = "0.5.7"
5832
5832
  source = { editable = "." }
5833
5833
  dependencies = [
5834
5834
  { name = "black" },
@@ -6192,7 +6192,7 @@ requires-dist = [
6192
6192
  { name = "pathos", marker = "extra == 'net'", specifier = ">=0.3.3" },
6193
6193
  { name = "pint", marker = "extra == 'gis'", specifier = ">=0.24.3" },
6194
6194
  { name = "pint", marker = "extra == 'scieng'", specifier = ">=0.24.3" },
6195
- { name = "plotly", specifier = ">=5.24.0,!=6.0.0" },
6195
+ { name = "plotly", specifier = ">=5.24.0,!=6.0.*" },
6196
6196
  { name = "polars", extras = ["async", "fsspec"], marker = "extra == 'net'", specifier = ">=1.29.0" },
6197
6197
  { name = "polars", extras = ["database"], marker = "extra == 'db'", specifier = ">=1.29.0" },
6198
6198
  { name = "polars", extras = ["excel", "graph", "numpy", "plot", "pyarrow", "pydantic", "style", "timezone"], specifier = ">=1.29.0" },