pythoncharmers-meta 0.2.7__tar.gz → 0.2.9__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,10 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pythoncharmers-meta
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Meta package with dependencies for Python Charmers training courses
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
7
7
  Requires-Dist: black>=24.8.0
8
+ Requires-Dist: diskcache>=5.6.3
8
9
  Requires-Dist: h5py>=3.11.0
9
10
  Requires-Dist: humanize>=4.10.0
10
11
  Requires-Dist: hvplot>=0.10.0
@@ -34,6 +35,21 @@ Requires-Dist: sqlalchemy>=2.0.35
34
35
  Requires-Dist: statsmodels>=0.14.4
35
36
  Requires-Dist: streamlit>=1.39.0
36
37
  Requires-Dist: toolz>=0.12.1
38
+ Provides-Extra: dl
39
+ Requires-Dist: dataset>=1.5.2; extra == 'dl'
40
+ Requires-Dist: diskcache>=5.6.3; extra == 'dl'
41
+ Requires-Dist: eli5>=0.13.0; extra == 'dl'
42
+ Requires-Dist: evaluate>=0.4.3; extra == 'dl'
43
+ Requires-Dist: more-itertools>=10.5.0; extra == 'dl'
44
+ Requires-Dist: prophet>=1.1.6; extra == 'dl'
45
+ Requires-Dist: pyod>=2.0.2; extra == 'dl'
46
+ Requires-Dist: scikit-learn>=1.5.2; extra == 'dl'
47
+ Requires-Dist: skorch>=1.0.0; extra == 'dl'
48
+ Requires-Dist: tensorboard>=2.18.0; extra == 'dl'
49
+ Requires-Dist: textdistance>=4.6.3; extra == 'dl'
50
+ Requires-Dist: transformers>=4.46.2; extra == 'dl'
51
+ Requires-Dist: xgboost>=2.1.1; extra == 'dl'
52
+ Requires-Dist: yellowbrick>=1.5; extra == 'dl'
37
53
  Provides-Extra: gis
38
54
  Requires-Dist: cartopy>=0.23.0; extra == 'gis'
39
55
  Requires-Dist: cftime>=1.6.4; extra == 'gis'
@@ -71,11 +87,18 @@ Requires-Dist: textdistance>=4.6.3; extra == 'ml'
71
87
  Requires-Dist: xgboost>=2.1.1; extra == 'ml'
72
88
  Requires-Dist: yellowbrick>=1.5; extra == 'ml'
73
89
  Provides-Extra: net
90
+ Requires-Dist: aiobotocore>=2.15.1; extra == 'net'
91
+ Requires-Dist: aiofiles>=24.1.0; extra == 'net'
92
+ Requires-Dist: aiopath>=0.6.11; extra == 'net'
93
+ Requires-Dist: anyio>=3.7.1; extra == 'net'
74
94
  Requires-Dist: cryptography>=43.0.0; extra == 'net'
95
+ Requires-Dist: distributed>=2024.9.1; extra == 'net'
96
+ Requires-Dist: httpx>=0.27.2; extra == 'net'
75
97
  Requires-Dist: networkx>=3.3; extra == 'net'
76
98
  Requires-Dist: psutil>=6.0.0; extra == 'net'
77
99
  Requires-Dist: pyshark>=0.6; extra == 'net'
78
100
  Requires-Dist: pyzmq>=26.2.0; extra == 'net'
101
+ Requires-Dist: s3fs>=2024.9.0; extra == 'net'
79
102
  Requires-Dist: textfsm>=1.1.3; extra == 'net'
80
103
  Provides-Extra: scieng
81
104
  Requires-Dist: altair>=5.4.1; extra == 'scieng'
@@ -83,6 +106,8 @@ Requires-Dist: bokeh>=3.4.3; extra == 'scieng'
83
106
  Requires-Dist: bottleneck>=1.4.0; extra == 'scieng'
84
107
  Requires-Dist: dask-image>=2024.5.3; extra == 'scieng'
85
108
  Requires-Dist: dask>=2024.8.2; extra == 'scieng'
109
+ Requires-Dist: distributed>=2024.9.1; extra == 'scieng'
110
+ Requires-Dist: graphviz>=0.20.3; extra == 'scieng'
86
111
  Requires-Dist: holoviews>=1.19.1; extra == 'scieng'
87
112
  Requires-Dist: hvplot>=0.10.0; extra == 'scieng'
88
113
  Requires-Dist: networkx>=3.3; extra == 'scieng'
@@ -91,6 +116,7 @@ Requires-Dist: pint>=0.24.3; extra == 'scieng'
91
116
  Requires-Dist: pyod>=2.0.1; extra == 'scieng'
92
117
  Requires-Dist: scikit-image>=0.24.0; extra == 'scieng'
93
118
  Requires-Dist: tables>=3.10.1; extra == 'scieng'
119
+ Requires-Dist: zarr>=2.18.3; extra == 'scieng'
94
120
  Provides-Extra: web
95
121
  Requires-Dist: alembic>=1.13.2; extra == 'web'
96
122
  Requires-Dist: cryptography>=43.0.0; extra == 'web'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pythoncharmers-meta"
3
- version = "0.2.7"
3
+ version = "0.2.9"
4
4
  description = "Meta package with dependencies for Python Charmers training courses"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -36,6 +36,7 @@ dependencies = [
36
36
  "humanize>=4.10.0",
37
37
  "keyrings-cryptfile>=1.3.9",
38
38
  "keyring>=25.4.1",
39
+ "diskcache>=5.6.3",
39
40
  ]
40
41
 
41
42
  [project.optional-dependencies]
@@ -109,6 +110,9 @@ scieng = [
109
110
  # "graphviz>=0.20.3",
110
111
  "altair>=5.4.1",
111
112
  "bottleneck>=1.4.0",
113
+ "graphviz>=0.20.3",
114
+ "zarr>=2.18.3",
115
+ "distributed>=2024.9.1",
112
116
  ]
113
117
  net = [
114
118
  "cryptography>=43.0.0",
@@ -121,6 +125,29 @@ net = [
121
125
  "pyshark>=0.6",
122
126
  # "schedule>=1.2.2",
123
127
  "pyzmq>=26.2.0",
128
+ "aiopath>=0.6.11",
129
+ "aiofiles>=24.1.0",
130
+ "anyio>=3.7.1",
131
+ "httpx>=0.27.2",
132
+ "s3fs>=2024.9.0",
133
+ "aiobotocore>=2.15.1",
134
+ "distributed>=2024.9.1",
135
+ ]
136
+ dl = [
137
+ "dataset>=1.5.2",
138
+ "diskcache>=5.6.3",
139
+ "eli5>=0.13.0",
140
+ "evaluate>=0.4.3",
141
+ "more-itertools>=10.5.0",
142
+ "prophet>=1.1.6",
143
+ "pyod>=2.0.2",
144
+ "scikit-learn>=1.5.2",
145
+ "skorch>=1.0.0",
146
+ "tensorboard>=2.18.0",
147
+ "textdistance>=4.6.3",
148
+ "transformers>=4.46.2",
149
+ "xgboost>=2.1.1",
150
+ "yellowbrick>=1.5",
124
151
  ]
125
152
 
126
153
  [build-system]