pythoncharmers-meta 0.3.3__tar.gz → 0.4.2__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.3.3
3
+ Version: 0.4.2
4
4
  Summary: Meta package with dependencies for Python Charmers training courses
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
@@ -25,19 +25,18 @@ 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,>=2.0.2
28
+ Requires-Dist: numpy>=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
33
- Requires-Dist: polars>=1.9.0
32
+ Requires-Dist: plotly<6.0.0,>=5.24.0
33
+ Requires-Dist: polars>=1.22.0
34
34
  Requires-Dist: psutil>=6.0.0
35
35
  Requires-Dist: pydantic>=2.9.2
36
36
  Requires-Dist: pyjanitor>=0.30.0
37
37
  Requires-Dist: requests>=2.32.3
38
38
  Requires-Dist: schedule>=1.2.2
39
- Requires-Dist: scipy>=1.14.1
40
- Requires-Dist: seaborn>=0.13.2
39
+ Requires-Dist: scipy>=1.15.2
41
40
  Requires-Dist: sqlalchemy>=2.0.35
42
41
  Requires-Dist: statsmodels>=0.14.4
43
42
  Requires-Dist: streamlit>=1.39.0
@@ -83,7 +82,7 @@ Requires-Dist: pysal>=24.7; extra == 'gis'
83
82
  Requires-Dist: rasterio>=1.3.11; extra == 'gis'
84
83
  Requires-Dist: rioxarray>=0.17.0; extra == 'gis'
85
84
  Requires-Dist: scikit-image>=0.24.0; extra == 'gis'
86
- Requires-Dist: scipy>=1.14.1; extra == 'gis'
85
+ Requires-Dist: scipy>=1.15; extra == 'gis'
87
86
  Requires-Dist: shapely>=2.0.6; extra == 'gis'
88
87
  Requires-Dist: xarray>=2024.9.0; extra == 'gis'
89
88
  Requires-Dist: zarr>=2.18.3; extra == 'gis'
@@ -114,17 +113,20 @@ Provides-Extra: scieng
114
113
  Requires-Dist: altair>=5.4.1; extra == 'scieng'
115
114
  Requires-Dist: bokeh>=3.4.3; extra == 'scieng'
116
115
  Requires-Dist: bottleneck>=1.4.0; extra == 'scieng'
116
+ Requires-Dist: connectorx>=0.4.1; extra == 'scieng'
117
117
  Requires-Dist: dask-image>=2024.5.3; extra == 'scieng'
118
118
  Requires-Dist: dask>=2024.8.2; extra == 'scieng'
119
119
  Requires-Dist: distributed>=2024.9.1; extra == 'scieng'
120
+ Requires-Dist: fastexcel>=0.12.1; extra == 'scieng'
120
121
  Requires-Dist: graphviz>=0.20.3; extra == 'scieng'
121
122
  Requires-Dist: holoviews>=1.19.1; extra == 'scieng'
122
123
  Requires-Dist: hvplot>=0.10.0; extra == 'scieng'
123
124
  Requires-Dist: networkx>=3.3; extra == 'scieng'
124
- Requires-Dist: numba>=0.60.0; extra == 'scieng'
125
+ Requires-Dist: numba>=0.61.0; extra == 'scieng'
125
126
  Requires-Dist: pint>=0.24.3; extra == 'scieng'
126
127
  Requires-Dist: pyod>=2.0.1; extra == 'scieng'
127
128
  Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
129
+ Requires-Dist: seaborn>=0.13.2; extra == 'scieng'
128
130
  Requires-Dist: tables>=3.10.1; extra == 'scieng'
129
131
  Requires-Dist: zarr>=2.18.3; extra == 'scieng'
130
132
  Provides-Extra: web
@@ -1,14 +1,14 @@
1
1
  [project]
2
2
  name = "pythoncharmers-meta"
3
- version = "0.3.3"
3
+ version = "0.4.2"
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>=1.9.0",
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,9 +22,8 @@ dependencies = [
22
22
  "schedule>=1.2.2",
23
23
  "requests>=2.32.3",
24
24
  "hvplot>=0.10.0",
25
- # numba 0.60.0 depends on numpy>=1.22,<2.1:
26
- "numpy>=2.0.2,<2.1",
27
- "scipy>=1.14.1",
25
+ "numpy>=2.1.3",
26
+ "scipy>=1.15.2",
28
27
  "black>=24.8.0",
29
28
  "isort>=5.13.2",
30
29
  "toolz>=0.12.1",
@@ -43,7 +42,6 @@ dependencies = [
43
42
  "lxml>=5.3.0",
44
43
  "pydantic>=2.9.2",
45
44
  "pyjanitor>=0.30.0",
46
- "seaborn>=0.13.2",
47
45
  ]
48
46
 
49
47
  [project.optional-dependencies]
@@ -67,7 +65,7 @@ gis = [
67
65
  "zarr>=2.18.3",
68
66
  "h5netcdf>=1.3.0",
69
67
  "pydap>=3.5",
70
- "scipy>=1.14.1",
68
+ "scipy>=1.15",
71
69
  "cftime>=1.6.4",
72
70
  "iris>=1.0.7",
73
71
  "pint>=0.24.3",
@@ -97,10 +95,10 @@ web = [
97
95
  "cryptography>=43.0.0",
98
96
  ]
99
97
  scieng = [
100
- # "numpy>=2.0.2",
101
- # "scipy>=1.14.1",
102
- # "statsmodels>=0.14.4",
103
- "numba>=0.60.0",
98
+ "numba>=0.61.0",
99
+ "seaborn>=0.13.2",
100
+ "fastexcel>=0.12.1",
101
+ "connectorx>=0.4.1",
104
102
  "pint>=0.24.3",
105
103
  "scikit-image>=0.24.0",
106
104
  "dask>=2024.8.2",
@@ -129,8 +127,6 @@ net = [
129
127
  "networkx>=3.3",
130
128
  "psutil>=6.0.0",
131
129
  "textfsm>=1.1.3",
132
- # "pandas>=2.2.2",
133
- # "polars>=1.9.0",
134
130
  "pyshark>=0.6",
135
131
  # "schedule>=1.2.2",
136
132
  "pyzmq>=26.2.0",