pythoncharmers-meta 0.4.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pythoncharmers-meta
3
- Version: 0.4.1
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,11 +25,11 @@ 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>=2.1.3
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
32
- Requires-Dist: plotly>=5.24.0
32
+ Requires-Dist: plotly<6.0.0,>=5.24.0
33
33
  Requires-Dist: polars>=1.22.0
34
34
  Requires-Dist: psutil>=6.0.0
35
35
  Requires-Dist: pydantic>=2.9.2
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythoncharmers-meta"
3
- version = "0.4.1"
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"
@@ -8,7 +8,7 @@ dependencies = [
8
8
  "ipython>=8.12.3",
9
9
  "polars>=1.22.0",
10
10
  "matplotlib>=3.9.2",
11
- "plotly>=5.24.0",
11
+ "plotly>=5.24.0,<6.0.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",
@@ -22,7 +22,8 @@ dependencies = [
22
22
  "schedule>=1.2.2",
23
23
  "requests>=2.32.3",
24
24
  "hvplot>=0.10.0",
25
- "numpy>=2.1.3",
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",
@@ -3792,15 +3792,15 @@ wheels = [
3792
3792
 
3793
3793
  [[package]]
3794
3794
  name = "plotly"
3795
- version = "6.0.0"
3795
+ version = "5.24.1"
3796
3796
  source = { registry = "https://pypi.org/simple" }
3797
3797
  dependencies = [
3798
- { name = "narwhals" },
3799
3798
  { name = "packaging" },
3799
+ { name = "tenacity" },
3800
3800
  ]
3801
- sdist = { url = "https://files.pythonhosted.org/packages/9c/80/761c14012d6daf18e12b6d1e4f6b218e999bcceb694d7a9b180154f9e4db/plotly-6.0.0.tar.gz", hash = "sha256:c4aad38b8c3d65e4a5e7dd308b084143b9025c2cc9d5317fc1f1d30958db87d3", size = 8111782 }
3801
+ sdist = { url = "https://files.pythonhosted.org/packages/79/4f/428f6d959818d7425a94c190a6b26fbc58035cbef40bf249be0b62a9aedd/plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae", size = 9479398 }
3802
3802
  wheels = [
3803
- { url = "https://files.pythonhosted.org/packages/0e/77/a946f38b57fb88e736c71fbdd737a1aebd27b532bda0779c137f357cf5fc/plotly-6.0.0-py3-none-any.whl", hash = "sha256:f708871c3a9349a68791ff943a5781b1ec04de7769ea69068adcd9202e57653a", size = 14805949 },
3803
+ { url = "https://files.pythonhosted.org/packages/e5/ae/580600f441f6fc05218bd6c9d5794f4aef072a7d9093b291f1c50a9db8bc/plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089", size = 19054220 },
3804
3804
  ]
3805
3805
 
3806
3806
  [[package]]
@@ -4592,7 +4592,7 @@ wheels = [
4592
4592
 
4593
4593
  [[package]]
4594
4594
  name = "pythoncharmers-meta"
4595
- version = "0.4.1"
4595
+ version = "0.4.3"
4596
4596
  source = { editable = "." }
4597
4597
  dependencies = [
4598
4598
  { name = "black" },
@@ -4810,13 +4810,13 @@ 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" },
4817
4817
  { name = "pint", marker = "extra == 'gis'", specifier = ">=0.24.3" },
4818
4818
  { name = "pint", marker = "extra == 'scieng'", specifier = ">=0.24.3" },
4819
- { name = "plotly", specifier = ">=5.24.0" },
4819
+ { name = "plotly", specifier = ">=5.24.0,<6.0.0" },
4820
4820
  { name = "polars", specifier = ">=1.22.0" },
4821
4821
  { name = "prophet", marker = "extra == 'dl'", specifier = ">=1.1.6" },
4822
4822
  { name = "psutil", specifier = ">=6.0.0" },