pythoncharmers-meta 0.7.7__tar.gz → 0.7.11__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.7.7 → pythoncharmers_meta-0.7.11}/LICENSE +1 -1
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/PKG-INFO +10 -3
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/pyproject.toml +17 -3
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/uv.lock +311 -38
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/.gitignore +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/MD_MAGIC.md +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/README.md +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/.claude/settings.local.json +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/__init__.py +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/ai_magic.py +0 -0
- {pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/nb_magic.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythoncharmers-meta
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.11
|
|
4
4
|
Summary: Meta package with dependencies for Python Charmers training courses
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Requires-Python: >=3.10
|
|
@@ -96,6 +96,7 @@ Requires-Dist: diskcache>=5.6.3; extra == 'dl'
|
|
|
96
96
|
Requires-Dist: eli5>=0.15.0; extra == 'dl'
|
|
97
97
|
Requires-Dist: evaluate>=0.4.3; extra == 'dl'
|
|
98
98
|
Requires-Dist: joblib>=1.4.2; extra == 'dl'
|
|
99
|
+
Requires-Dist: lightning>=2.5.6; extra == 'dl'
|
|
99
100
|
Requires-Dist: more-itertools>=10.5.0; extra == 'dl'
|
|
100
101
|
Requires-Dist: prophet>=1.1.6; extra == 'dl'
|
|
101
102
|
Requires-Dist: pyod>=2.0.5; extra == 'dl'
|
|
@@ -103,9 +104,12 @@ Requires-Dist: scikit-learn>=1.6.1; extra == 'dl'
|
|
|
103
104
|
Requires-Dist: skorch>=1.0.0; extra == 'dl'
|
|
104
105
|
Requires-Dist: tensorboard>=2.18.0; extra == 'dl'
|
|
105
106
|
Requires-Dist: textdistance[levenshtein]>=4.6.3; extra == 'dl'
|
|
107
|
+
Requires-Dist: torch>=2.2.2; extra == 'dl'
|
|
108
|
+
Requires-Dist: torchaudio>=2.2.2; extra == 'dl'
|
|
109
|
+
Requires-Dist: torchvision>=0.17.2; extra == 'dl'
|
|
106
110
|
Requires-Dist: transformers[torch]>=4.49.0; extra == 'dl'
|
|
107
111
|
Requires-Dist: xgboost>=2.1.1; extra == 'dl'
|
|
108
|
-
Requires-Dist:
|
|
112
|
+
Requires-Dist: yellowbrick2>=2.0.1; extra == 'dl'
|
|
109
113
|
Provides-Extra: docs
|
|
110
114
|
Requires-Dist: black; extra == 'docs'
|
|
111
115
|
Requires-Dist: jupyter; extra == 'docs'
|
|
@@ -143,14 +147,17 @@ Requires-Dist: xarray>=2024.9.0; extra == 'gis'
|
|
|
143
147
|
Requires-Dist: zarr>=2.18.3; extra == 'gis'
|
|
144
148
|
Provides-Extra: ml
|
|
145
149
|
Requires-Dist: eli5>=0.15.0; extra == 'ml'
|
|
150
|
+
Requires-Dist: formulaic>=1.1.1; extra == 'ml'
|
|
146
151
|
Requires-Dist: glum>=3.1.2; extra == 'ml'
|
|
147
152
|
Requires-Dist: joblib>=1.4.2; extra == 'ml'
|
|
148
153
|
Requires-Dist: pyod>=2.0.5; extra == 'ml'
|
|
154
|
+
Requires-Dist: readability>=0.3.2; extra == 'ml'
|
|
149
155
|
Requires-Dist: scikit-learn>=1.6.1; extra == 'ml'
|
|
156
|
+
Requires-Dist: seaborn>=0.13.2; extra == 'ml'
|
|
150
157
|
Requires-Dist: skorch>=1.0.0; extra == 'ml'
|
|
151
158
|
Requires-Dist: textdistance[levenshtein]>=4.6.3; extra == 'ml'
|
|
152
159
|
Requires-Dist: xgboost>=2.1.1; extra == 'ml'
|
|
153
|
-
Requires-Dist:
|
|
160
|
+
Requires-Dist: yellowbrick2>=2.0.1; extra == 'ml'
|
|
154
161
|
Provides-Extra: net
|
|
155
162
|
Requires-Dist: aiobotocore>=2.15.1; extra == 'net'
|
|
156
163
|
Requires-Dist: aiofile>=3.9.0; extra == 'net'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pythoncharmers-meta"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.11"
|
|
4
4
|
description = "Meta package with dependencies for Python Charmers training courses"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -78,14 +78,17 @@ gis = [
|
|
|
78
78
|
]
|
|
79
79
|
ml = [
|
|
80
80
|
"eli5>=0.15.0",
|
|
81
|
+
"formulaic>=1.1.1",
|
|
81
82
|
"glum>=3.1.2",
|
|
82
83
|
"joblib>=1.4.2",
|
|
83
84
|
"pyod>=2.0.5",
|
|
85
|
+
"readability>=0.3.2",
|
|
84
86
|
"scikit-learn>=1.6.1",
|
|
87
|
+
"seaborn>=0.13.2",
|
|
85
88
|
"skorch>=1.0.0",
|
|
86
89
|
"textdistance[Levenshtein]>=4.6.3",
|
|
87
90
|
"xgboost>=2.1.1",
|
|
88
|
-
"
|
|
91
|
+
"yellowbrick2 >= 2.0.1"
|
|
89
92
|
]
|
|
90
93
|
web = [
|
|
91
94
|
"alembic>=1.13.2",
|
|
@@ -203,6 +206,7 @@ dl = [
|
|
|
203
206
|
"eli5>=0.15.0",
|
|
204
207
|
"evaluate>=0.4.3",
|
|
205
208
|
"joblib>=1.4.2",
|
|
209
|
+
"lightning>=2.5.6",
|
|
206
210
|
"more-itertools>=10.5.0",
|
|
207
211
|
"prophet>=1.1.6",
|
|
208
212
|
"pyod>=2.0.5",
|
|
@@ -210,9 +214,12 @@ dl = [
|
|
|
210
214
|
"skorch>=1.0.0",
|
|
211
215
|
"tensorboard>=2.18.0",
|
|
212
216
|
"textdistance[Levenshtein]>=4.6.3",
|
|
217
|
+
"torch>=2.2.2",
|
|
218
|
+
"torchaudio>=2.2.2",
|
|
219
|
+
"torchvision>=0.17.2",
|
|
213
220
|
"transformers[torch]>=4.49.0",
|
|
214
221
|
"xgboost>=2.1.1",
|
|
215
|
-
"
|
|
222
|
+
"yellowbrick2 >= 2.0.1"
|
|
216
223
|
]
|
|
217
224
|
testing = [
|
|
218
225
|
"bandit>=1.8.3",
|
|
@@ -273,3 +280,10 @@ docs = [
|
|
|
273
280
|
requires = ["hatchling"]
|
|
274
281
|
build-backend = "hatchling.build"
|
|
275
282
|
|
|
283
|
+
[tool.uv]
|
|
284
|
+
required-environments = [
|
|
285
|
+
"sys_platform == 'darwin' and platform_machine == 'x86_64'"
|
|
286
|
+
]
|
|
287
|
+
constraint-dependencies = [
|
|
288
|
+
"configargparse>=1.7.1",
|
|
289
|
+
]
|
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision =
|
|
2
|
+
revision = 3
|
|
3
3
|
requires-python = ">=3.10"
|
|
4
4
|
resolution-markers = [
|
|
5
|
-
"python_full_version
|
|
6
|
-
"python_full_version == '3.
|
|
7
|
-
"python_full_version
|
|
8
|
-
"python_full_version
|
|
9
|
-
"python_full_version == '3.
|
|
5
|
+
"(python_full_version >= '3.14' and platform_machine != 'x86_64') or (python_full_version >= '3.14' and sys_platform != 'darwin')",
|
|
6
|
+
"(python_full_version == '3.13.*' and platform_machine != 'x86_64') or (python_full_version == '3.13.*' and sys_platform != 'darwin')",
|
|
7
|
+
"python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
8
|
+
"python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9
|
+
"(python_full_version == '3.12.*' and platform_machine != 'x86_64') or (python_full_version == '3.12.*' and sys_platform != 'darwin')",
|
|
10
|
+
"python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
11
|
+
"(python_full_version == '3.11.*' and platform_machine != 'x86_64') or (python_full_version == '3.11.*' and sys_platform != 'darwin')",
|
|
12
|
+
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
13
|
+
"(python_full_version < '3.11' and platform_machine != 'x86_64') or (python_full_version < '3.11' and sys_platform != 'darwin')",
|
|
14
|
+
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10
15
|
]
|
|
16
|
+
required-markers = [
|
|
17
|
+
"platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[manifest]
|
|
21
|
+
constraints = [{ name = "configargparse", specifier = ">=1.7.1" }]
|
|
11
22
|
|
|
12
23
|
[[package]]
|
|
13
24
|
name = "absl-py"
|
|
@@ -29,7 +40,8 @@ dependencies = [
|
|
|
29
40
|
{ name = "psutil" },
|
|
30
41
|
{ name = "pyyaml" },
|
|
31
42
|
{ name = "safetensors" },
|
|
32
|
-
{ name = "torch" },
|
|
43
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
44
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
33
45
|
]
|
|
34
46
|
sdist = { url = "https://files.pythonhosted.org/packages/23/60/2757c4f03a8705dbf80b1268b03881927878dca5ed07d74f733fb6c219e0/accelerate-1.11.0.tar.gz", hash = "sha256:bb1caf2597b4cd632b917b5000c591d10730bb024a79746f1ee205bba80bd229", size = 393715, upload-time = "2025-10-20T14:42:25.025Z" }
|
|
35
47
|
wheels = [
|
|
@@ -1413,11 +1425,11 @@ wheels = [
|
|
|
1413
1425
|
|
|
1414
1426
|
[[package]]
|
|
1415
1427
|
name = "configargparse"
|
|
1416
|
-
version = "1.7"
|
|
1428
|
+
version = "1.7.1"
|
|
1417
1429
|
source = { registry = "https://pypi.org/simple" }
|
|
1418
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1430
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/4d/6c9ef746dfcc2a32e26f3860bb4a011c008c392b83eabdfb598d1a8bbe5d/configargparse-1.7.1.tar.gz", hash = "sha256:79c2ddae836a1e5914b71d58e4b9adbd9f7779d4e6351a637b7d2d9b6c46d3d9", size = 43958, upload-time = "2025-05-23T14:26:17.369Z" }
|
|
1419
1431
|
wheels = [
|
|
1420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1432
|
+
{ url = "https://files.pythonhosted.org/packages/31/28/d28211d29bcc3620b1fece85a65ce5bb22f18670a03cd28ea4b75ede270c/configargparse-1.7.1-py3-none-any.whl", hash = "sha256:8b586a31f9d873abd1ca527ffbe58863c99f36d896e2829779803125e83be4b6", size = 25607, upload-time = "2025-05-23T14:26:15.923Z" },
|
|
1421
1433
|
]
|
|
1422
1434
|
|
|
1423
1435
|
[[package]]
|
|
@@ -3701,7 +3713,7 @@ dependencies = [
|
|
|
3701
3713
|
{ name = "overrides" },
|
|
3702
3714
|
{ name = "packaging" },
|
|
3703
3715
|
{ name = "prometheus-client" },
|
|
3704
|
-
{ name = "pywinpty", marker = "os_name == 'nt'" },
|
|
3716
|
+
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'x86_64') or (os_name == 'nt' and sys_platform != 'darwin')" },
|
|
3705
3717
|
{ name = "pyzmq" },
|
|
3706
3718
|
{ name = "send2trash" },
|
|
3707
3719
|
{ name = "terminado" },
|
|
@@ -3719,7 +3731,7 @@ name = "jupyter-server-terminals"
|
|
|
3719
3731
|
version = "0.5.3"
|
|
3720
3732
|
source = { registry = "https://pypi.org/simple" }
|
|
3721
3733
|
dependencies = [
|
|
3722
|
-
{ name = "pywinpty", marker = "os_name == 'nt'" },
|
|
3734
|
+
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'x86_64') or (os_name == 'nt' and sys_platform != 'darwin')" },
|
|
3723
3735
|
{ name = "terminado" },
|
|
3724
3736
|
]
|
|
3725
3737
|
sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430, upload-time = "2024-03-12T14:37:03.049Z" }
|
|
@@ -4116,6 +4128,41 @@ wheels = [
|
|
|
4116
4128
|
{ url = "https://files.pythonhosted.org/packages/fd/b0/744e3d450813c645cd092147bd72a7bdec0e3f4c1c4f5e3ff663252c7027/libpysal-4.12.1-py3-none-any.whl", hash = "sha256:ce89d3c9aa944a7df052545ae37a5c802d707c672e04a76f7b1ee93f781110a9", size = 2819823, upload-time = "2024-08-29T18:20:44.936Z" },
|
|
4117
4129
|
]
|
|
4118
4130
|
|
|
4131
|
+
[[package]]
|
|
4132
|
+
name = "lightning"
|
|
4133
|
+
version = "2.5.6"
|
|
4134
|
+
source = { registry = "https://pypi.org/simple" }
|
|
4135
|
+
dependencies = [
|
|
4136
|
+
{ name = "fsspec", extra = ["http"] },
|
|
4137
|
+
{ name = "lightning-utilities" },
|
|
4138
|
+
{ name = "packaging" },
|
|
4139
|
+
{ name = "pytorch-lightning" },
|
|
4140
|
+
{ name = "pyyaml" },
|
|
4141
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
4142
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
4143
|
+
{ name = "torchmetrics" },
|
|
4144
|
+
{ name = "tqdm" },
|
|
4145
|
+
{ name = "typing-extensions" },
|
|
4146
|
+
]
|
|
4147
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e9/da/289e17b2d4631b885771ce10ab7fe19c6c0ab2b1208d1dda418818ffbbfd/lightning-2.5.6.tar.gz", hash = "sha256:57b6abe87080895bc237fb7f36b7b4abaa2793760cbca00e3907e56607e0ed27", size = 640106, upload-time = "2025-11-05T20:53:06.823Z" }
|
|
4148
|
+
wheels = [
|
|
4149
|
+
{ url = "https://files.pythonhosted.org/packages/23/dc/d7804f13928b6a81a0e948cfecbf0071e8cc74e3f341c704e23e75e504ad/lightning-2.5.6-py3-none-any.whl", hash = "sha256:25bb2053078c2efc57c082fda89dfbd975dfa76beb08def191947c2b571a8c8a", size = 827915, upload-time = "2025-11-05T20:53:03.169Z" },
|
|
4150
|
+
]
|
|
4151
|
+
|
|
4152
|
+
[[package]]
|
|
4153
|
+
name = "lightning-utilities"
|
|
4154
|
+
version = "0.15.2"
|
|
4155
|
+
source = { registry = "https://pypi.org/simple" }
|
|
4156
|
+
dependencies = [
|
|
4157
|
+
{ name = "packaging" },
|
|
4158
|
+
{ name = "setuptools" },
|
|
4159
|
+
{ name = "typing-extensions" },
|
|
4160
|
+
]
|
|
4161
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b8/39/6fc58ca81492db047149b4b8fd385aa1bfb8c28cd7cacb0c7eb0c44d842f/lightning_utilities-0.15.2.tar.gz", hash = "sha256:cdf12f530214a63dacefd713f180d1ecf5d165338101617b4742e8f22c032e24", size = 31090, upload-time = "2025-08-06T13:57:39.242Z" }
|
|
4162
|
+
wheels = [
|
|
4163
|
+
{ url = "https://files.pythonhosted.org/packages/de/73/3d757cb3fc16f0f9794dd289bcd0c4a031d9cf54d8137d6b984b2d02edf3/lightning_utilities-0.15.2-py3-none-any.whl", hash = "sha256:ad3ab1703775044bbf880dbf7ddaaac899396c96315f3aa1779cec9d618a9841", size = 29431, upload-time = "2025-08-06T13:57:38.046Z" },
|
|
4164
|
+
]
|
|
4165
|
+
|
|
4119
4166
|
[[package]]
|
|
4120
4167
|
name = "line-profiler"
|
|
4121
4168
|
version = "4.2.0"
|
|
@@ -5326,7 +5373,7 @@ name = "nvidia-cudnn-cu12"
|
|
|
5326
5373
|
version = "9.10.2.21"
|
|
5327
5374
|
source = { registry = "https://pypi.org/simple" }
|
|
5328
5375
|
dependencies = [
|
|
5329
|
-
{ name = "nvidia-cublas-cu12" },
|
|
5376
|
+
{ name = "nvidia-cublas-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5330
5377
|
]
|
|
5331
5378
|
wheels = [
|
|
5332
5379
|
{ url = "https://files.pythonhosted.org/packages/ba/51/e123d997aa098c61d029f76663dedbfb9bc8dcf8c60cbd6adbe42f76d049/nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:949452be657fa16687d0930933f032835951ef0892b37d2d53824d1a84dc97a8", size = 706758467, upload-time = "2025-06-06T21:54:08.597Z" },
|
|
@@ -5337,7 +5384,7 @@ name = "nvidia-cufft-cu12"
|
|
|
5337
5384
|
version = "11.3.3.83"
|
|
5338
5385
|
source = { registry = "https://pypi.org/simple" }
|
|
5339
5386
|
dependencies = [
|
|
5340
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
|
5387
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5341
5388
|
]
|
|
5342
5389
|
wheels = [
|
|
5343
5390
|
{ url = "https://files.pythonhosted.org/packages/1f/13/ee4e00f30e676b66ae65b4f08cb5bcbb8392c03f54f2d5413ea99a5d1c80/nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4d2dd21ec0b88cf61b62e6b43564355e5222e4a3fb394cac0db101f2dd0d4f74", size = 193118695, upload-time = "2025-03-07T01:45:27.821Z" },
|
|
@@ -5364,9 +5411,9 @@ name = "nvidia-cusolver-cu12"
|
|
|
5364
5411
|
version = "11.7.3.90"
|
|
5365
5412
|
source = { registry = "https://pypi.org/simple" }
|
|
5366
5413
|
dependencies = [
|
|
5367
|
-
{ name = "nvidia-cublas-cu12" },
|
|
5368
|
-
{ name = "nvidia-cusparse-cu12" },
|
|
5369
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
|
5414
|
+
{ name = "nvidia-cublas-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5415
|
+
{ name = "nvidia-cusparse-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5416
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5370
5417
|
]
|
|
5371
5418
|
wheels = [
|
|
5372
5419
|
{ url = "https://files.pythonhosted.org/packages/85/48/9a13d2975803e8cf2777d5ed57b87a0b6ca2cc795f9a4f59796a910bfb80/nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:4376c11ad263152bd50ea295c05370360776f8c3427b30991df774f9fb26c450", size = 267506905, upload-time = "2025-03-07T01:47:16.273Z" },
|
|
@@ -5377,7 +5424,7 @@ name = "nvidia-cusparse-cu12"
|
|
|
5377
5424
|
version = "12.5.8.93"
|
|
5378
5425
|
source = { registry = "https://pypi.org/simple" }
|
|
5379
5426
|
dependencies = [
|
|
5380
|
-
{ name = "nvidia-nvjitlink-cu12" },
|
|
5427
|
+
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
5381
5428
|
]
|
|
5382
5429
|
wheels = [
|
|
5383
5430
|
{ url = "https://files.pythonhosted.org/packages/c2/f5/e1854cb2f2bcd4280c44736c93550cc300ff4b8c95ebe370d0aa7d2b473d/nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1ec05d76bbbd8b61b06a80e1eaf8cf4959c3d4ce8e711b65ebd0443bb0ebb13b", size = 288216466, upload-time = "2025-03-07T01:48:13.779Z" },
|
|
@@ -7146,7 +7193,7 @@ wheels = [
|
|
|
7146
7193
|
|
|
7147
7194
|
[[package]]
|
|
7148
7195
|
name = "pythoncharmers-meta"
|
|
7149
|
-
version = "0.7.
|
|
7196
|
+
version = "0.7.11"
|
|
7150
7197
|
source = { editable = "." }
|
|
7151
7198
|
dependencies = [
|
|
7152
7199
|
{ name = "black" },
|
|
@@ -7247,6 +7294,7 @@ dl = [
|
|
|
7247
7294
|
{ name = "eli5" },
|
|
7248
7295
|
{ name = "evaluate" },
|
|
7249
7296
|
{ name = "joblib" },
|
|
7297
|
+
{ name = "lightning" },
|
|
7250
7298
|
{ name = "more-itertools" },
|
|
7251
7299
|
{ name = "prophet" },
|
|
7252
7300
|
{ name = "pyod" },
|
|
@@ -7254,9 +7302,15 @@ dl = [
|
|
|
7254
7302
|
{ name = "skorch" },
|
|
7255
7303
|
{ name = "tensorboard" },
|
|
7256
7304
|
{ name = "textdistance", extra = ["levenshtein"] },
|
|
7305
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
7306
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
7307
|
+
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
7308
|
+
{ name = "torchaudio", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
7309
|
+
{ name = "torchvision", version = "0.17.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
7310
|
+
{ name = "torchvision", version = "0.24.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
7257
7311
|
{ name = "transformers", extra = ["torch"] },
|
|
7258
7312
|
{ name = "xgboost" },
|
|
7259
|
-
{ name = "
|
|
7313
|
+
{ name = "yellowbrick2" },
|
|
7260
7314
|
]
|
|
7261
7315
|
docs = [
|
|
7262
7316
|
{ name = "black" },
|
|
@@ -7297,14 +7351,17 @@ gis = [
|
|
|
7297
7351
|
]
|
|
7298
7352
|
ml = [
|
|
7299
7353
|
{ name = "eli5" },
|
|
7354
|
+
{ name = "formulaic" },
|
|
7300
7355
|
{ name = "glum" },
|
|
7301
7356
|
{ name = "joblib" },
|
|
7302
7357
|
{ name = "pyod" },
|
|
7358
|
+
{ name = "readability" },
|
|
7303
7359
|
{ name = "scikit-learn" },
|
|
7360
|
+
{ name = "seaborn" },
|
|
7304
7361
|
{ name = "skorch" },
|
|
7305
7362
|
{ name = "textdistance", extra = ["levenshtein"] },
|
|
7306
7363
|
{ name = "xgboost" },
|
|
7307
|
-
{ name = "
|
|
7364
|
+
{ name = "yellowbrick2" },
|
|
7308
7365
|
]
|
|
7309
7366
|
net = [
|
|
7310
7367
|
{ name = "aiobotocore" },
|
|
@@ -7475,6 +7532,7 @@ requires-dist = [
|
|
|
7475
7532
|
{ name = "flask", marker = "extra == 'web'", specifier = ">=3.0.3" },
|
|
7476
7533
|
{ name = "folium", marker = "extra == 'gis'", specifier = ">=0.17.0" },
|
|
7477
7534
|
{ name = "formulaic", marker = "extra == 'analytics'", specifier = ">=1.1.1" },
|
|
7535
|
+
{ name = "formulaic", marker = "extra == 'ml'", specifier = ">=1.1.1" },
|
|
7478
7536
|
{ name = "formulaic", marker = "extra == 'scieng'", specifier = ">=1.1.1" },
|
|
7479
7537
|
{ name = "ftputil", marker = "extra == 'net'", specifier = ">=5.1.0" },
|
|
7480
7538
|
{ name = "geoalchemy", marker = "extra == 'gis'", specifier = ">=0.7.2" },
|
|
@@ -7514,6 +7572,7 @@ requires-dist = [
|
|
|
7514
7572
|
{ name = "keyring", specifier = ">=25.4.1" },
|
|
7515
7573
|
{ name = "keyrings-cryptfile", specifier = ">=1.3.9" },
|
|
7516
7574
|
{ name = "leidenalg", marker = "extra == 'bio'", specifier = ">=0.10.2" },
|
|
7575
|
+
{ name = "lightning", marker = "extra == 'dl'", specifier = ">=2.5.6" },
|
|
7517
7576
|
{ name = "line-profiler", marker = "extra == 'testing'", specifier = ">=4.1.3" },
|
|
7518
7577
|
{ name = "llm", specifier = ">=0.26" },
|
|
7519
7578
|
{ name = "locust", marker = "extra == 'net'", specifier = ">=2.33.2" },
|
|
@@ -7589,6 +7648,7 @@ requires-dist = [
|
|
|
7589
7648
|
{ name = "pytest-xdist", marker = "extra == 'testing'", specifier = ">=3.6.1" },
|
|
7590
7649
|
{ name = "pyzmq", marker = "extra == 'net'", specifier = ">=26.2.0" },
|
|
7591
7650
|
{ name = "rasterio", marker = "extra == 'gis'", specifier = ">=1.3.11" },
|
|
7651
|
+
{ name = "readability", marker = "extra == 'ml'", specifier = ">=0.3.2" },
|
|
7592
7652
|
{ name = "redis", marker = "extra == 'db'", specifier = ">=5.2.1" },
|
|
7593
7653
|
{ name = "redis", marker = "extra == 'net'", specifier = ">=5.2.1" },
|
|
7594
7654
|
{ name = "requests", specifier = ">=2.32.3" },
|
|
@@ -7611,6 +7671,7 @@ requires-dist = [
|
|
|
7611
7671
|
{ name = "scipy", marker = "extra == 'scieng'", specifier = ">=1.15.2" },
|
|
7612
7672
|
{ name = "scrapy", marker = "extra == 'web'", specifier = ">=2.12.0" },
|
|
7613
7673
|
{ name = "seaborn", marker = "extra == 'analytics'", specifier = ">=0.13.2" },
|
|
7674
|
+
{ name = "seaborn", marker = "extra == 'ml'", specifier = ">=0.13.2" },
|
|
7614
7675
|
{ name = "seaborn", marker = "extra == 'scieng'", specifier = ">=0.13.2" },
|
|
7615
7676
|
{ name = "shapely", marker = "extra == 'gis'", specifier = ">=2.0.6" },
|
|
7616
7677
|
{ name = "skorch", marker = "extra == 'dl'", specifier = ">=1.0.0" },
|
|
@@ -7633,6 +7694,9 @@ requires-dist = [
|
|
|
7633
7694
|
{ name = "textdistance", extras = ["levenshtein"], marker = "extra == 'ml'", specifier = ">=4.6.3" },
|
|
7634
7695
|
{ name = "textfsm", marker = "extra == 'net'", specifier = ">=1.1.3" },
|
|
7635
7696
|
{ name = "toolz", specifier = ">=0.12.1" },
|
|
7697
|
+
{ name = "torch", marker = "extra == 'dl'", specifier = ">=2.2.2" },
|
|
7698
|
+
{ name = "torchaudio", marker = "extra == 'dl'", specifier = ">=2.2.2" },
|
|
7699
|
+
{ name = "torchvision", marker = "extra == 'dl'", specifier = ">=0.17.2" },
|
|
7636
7700
|
{ name = "tqdm", specifier = ">=4.67.1" },
|
|
7637
7701
|
{ name = "tqdm", marker = "extra == 'bio'", specifier = ">=4.67.1" },
|
|
7638
7702
|
{ name = "transformers", extras = ["torch"], marker = "extra == 'dl'", specifier = ">=4.49.0" },
|
|
@@ -7641,13 +7705,33 @@ requires-dist = [
|
|
|
7641
7705
|
{ name = "xarray", marker = "extra == 'gis'", specifier = ">=2024.9.0" },
|
|
7642
7706
|
{ name = "xgboost", marker = "extra == 'dl'", specifier = ">=2.1.1" },
|
|
7643
7707
|
{ name = "xgboost", marker = "extra == 'ml'", specifier = ">=2.1.1" },
|
|
7644
|
-
{ name = "
|
|
7645
|
-
{ name = "
|
|
7708
|
+
{ name = "yellowbrick2", marker = "extra == 'dl'", specifier = ">=2.0.1" },
|
|
7709
|
+
{ name = "yellowbrick2", marker = "extra == 'ml'", specifier = ">=2.0.1" },
|
|
7646
7710
|
{ name = "zarr", marker = "extra == 'gis'", specifier = ">=2.18.3" },
|
|
7647
7711
|
{ name = "zarr", marker = "extra == 'scieng'", specifier = ">=2.18.3" },
|
|
7648
7712
|
]
|
|
7649
7713
|
provides-extras = ["gis", "ml", "web", "analytics", "scieng", "net", "dl", "testing", "db", "bio", "docs"]
|
|
7650
7714
|
|
|
7715
|
+
[[package]]
|
|
7716
|
+
name = "pytorch-lightning"
|
|
7717
|
+
version = "2.5.6"
|
|
7718
|
+
source = { registry = "https://pypi.org/simple" }
|
|
7719
|
+
dependencies = [
|
|
7720
|
+
{ name = "fsspec", extra = ["http"] },
|
|
7721
|
+
{ name = "lightning-utilities" },
|
|
7722
|
+
{ name = "packaging" },
|
|
7723
|
+
{ name = "pyyaml" },
|
|
7724
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
7725
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
7726
|
+
{ name = "torchmetrics" },
|
|
7727
|
+
{ name = "tqdm" },
|
|
7728
|
+
{ name = "typing-extensions" },
|
|
7729
|
+
]
|
|
7730
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0a/1f/94a441d30779e1ffa5f7dc2ac5fa374c142d8b96c347a49a30226264124e/pytorch_lightning-2.5.6.tar.gz", hash = "sha256:c428faaceef74be50b870814d0d7e9f9c6ee748b8769a2afd3366bc69daf3a0f", size = 642830, upload-time = "2025-11-05T20:53:04.871Z" }
|
|
7731
|
+
wheels = [
|
|
7732
|
+
{ url = "https://files.pythonhosted.org/packages/17/e4/32ed2f33c1b634f7c2895369222f4f8cb345044f4642bbff718e7dd1e0b7/pytorch_lightning-2.5.6-py3-none-any.whl", hash = "sha256:037bad1e2fd94d5eb6c5144f045fd4c1070c3d38fc9c14d9f3774a3a9be54dff", size = 831555, upload-time = "2025-11-05T20:53:03.316Z" },
|
|
7733
|
+
]
|
|
7734
|
+
|
|
7651
7735
|
[[package]]
|
|
7652
7736
|
name = "pytz"
|
|
7653
7737
|
version = "2025.1"
|
|
@@ -8006,6 +8090,12 @@ wheels = [
|
|
|
8006
8090
|
{ url = "https://files.pythonhosted.org/packages/5e/0b/bd73621d2a5f87da97158c5c77a4bf31e27d60cf6bcc6ddea532043cc21d/rasterstats-0.20.0-py3-none-any.whl", hash = "sha256:a7015e99f42807842b8638d489157639ff0cbf8e35aac9647aa3e079982b18ee", size = 17280, upload-time = "2024-09-27T17:42:53.889Z" },
|
|
8007
8091
|
]
|
|
8008
8092
|
|
|
8093
|
+
[[package]]
|
|
8094
|
+
name = "readability"
|
|
8095
|
+
version = "0.3.2"
|
|
8096
|
+
source = { registry = "https://pypi.org/simple" }
|
|
8097
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/10/93cf95f579e43042b45d43c832aff7c55490ab1b38c6ce46f2f35245281f/readability-0.3.2.tar.gz", hash = "sha256:5aace888855cb3ef1b7dd059e41bbc6ac1f7daba321b2d24062ca75fdf6e576d", size = 36116, upload-time = "2025-01-14T13:55:02.702Z" }
|
|
8098
|
+
|
|
8009
8099
|
[[package]]
|
|
8010
8100
|
name = "redis"
|
|
8011
8101
|
version = "5.2.1"
|
|
@@ -8649,8 +8739,8 @@ name = "secretstorage"
|
|
|
8649
8739
|
version = "3.3.3"
|
|
8650
8740
|
source = { registry = "https://pypi.org/simple" }
|
|
8651
8741
|
dependencies = [
|
|
8652
|
-
{ name = "cryptography" },
|
|
8653
|
-
{ name = "jeepney" },
|
|
8742
|
+
{ name = "cryptography", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
8743
|
+
{ name = "jeepney", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
8654
8744
|
]
|
|
8655
8745
|
sdist = { url = "https://files.pythonhosted.org/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77", size = 19739, upload-time = "2022-08-13T16:22:46.976Z" }
|
|
8656
8746
|
wheels = [
|
|
@@ -9623,7 +9713,7 @@ version = "0.18.1"
|
|
|
9623
9713
|
source = { registry = "https://pypi.org/simple" }
|
|
9624
9714
|
dependencies = [
|
|
9625
9715
|
{ name = "ptyprocess", marker = "os_name != 'nt'" },
|
|
9626
|
-
{ name = "pywinpty", marker = "os_name == 'nt'" },
|
|
9716
|
+
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'x86_64') or (os_name == 'nt' and sys_platform != 'darwin')" },
|
|
9627
9717
|
{ name = "tornado" },
|
|
9628
9718
|
]
|
|
9629
9719
|
sdist = { url = "https://files.pythonhosted.org/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701, upload-time = "2024-03-12T14:34:39.026Z" }
|
|
@@ -9840,15 +9930,47 @@ wheels = [
|
|
|
9840
9930
|
{ url = "https://files.pythonhosted.org/packages/03/98/eb27cc78ad3af8e302c9d8ff4977f5026676e130d28dd7578132a457170c/toolz-1.0.0-py3-none-any.whl", hash = "sha256:292c8f1c4e7516bf9086f8850935c799a874039c8bcf959d47b600e4c44a6236", size = 56383, upload-time = "2024-10-04T16:17:01.533Z" },
|
|
9841
9931
|
]
|
|
9842
9932
|
|
|
9933
|
+
[[package]]
|
|
9934
|
+
name = "torch"
|
|
9935
|
+
version = "2.2.2"
|
|
9936
|
+
source = { registry = "https://pypi.org/simple" }
|
|
9937
|
+
resolution-markers = [
|
|
9938
|
+
"python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9939
|
+
"python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9940
|
+
"python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9941
|
+
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9942
|
+
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
9943
|
+
]
|
|
9944
|
+
dependencies = [
|
|
9945
|
+
{ name = "filelock", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9946
|
+
{ name = "fsspec", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9947
|
+
{ name = "jinja2", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9948
|
+
{ name = "networkx", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9949
|
+
{ name = "sympy", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9950
|
+
{ name = "typing-extensions", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
9951
|
+
]
|
|
9952
|
+
wheels = [
|
|
9953
|
+
{ url = "https://files.pythonhosted.org/packages/3b/55/7192974ab13e5e5577f45d14ce70d42f5a9a686b4f57bbe8c9ab45c4a61a/torch-2.2.2-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:b2e2200b245bd9f263a0d41b6a2dab69c4aca635a01b30cca78064b0ef5b109e", size = 150788930, upload-time = "2024-03-27T21:08:09.98Z" },
|
|
9954
|
+
{ url = "https://files.pythonhosted.org/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059", size = 150796474, upload-time = "2024-03-27T21:09:29.142Z" },
|
|
9955
|
+
{ url = "https://files.pythonhosted.org/packages/79/78/29dcab24a344ffd9ee9549ec0ab2c7885c13df61cde4c65836ee275efaeb/torch-2.2.2-cp312-none-macosx_10_9_x86_64.whl", hash = "sha256:eb4d6e9d3663e26cd27dc3ad266b34445a16b54908e74725adb241aa56987533", size = 150797270, upload-time = "2024-03-27T21:08:29.623Z" },
|
|
9956
|
+
]
|
|
9957
|
+
|
|
9843
9958
|
[[package]]
|
|
9844
9959
|
name = "torch"
|
|
9845
9960
|
version = "2.9.0"
|
|
9846
9961
|
source = { registry = "https://pypi.org/simple" }
|
|
9962
|
+
resolution-markers = [
|
|
9963
|
+
"(python_full_version >= '3.14' and platform_machine != 'x86_64') or (python_full_version >= '3.14' and sys_platform != 'darwin')",
|
|
9964
|
+
"(python_full_version == '3.13.*' and platform_machine != 'x86_64') or (python_full_version == '3.13.*' and sys_platform != 'darwin')",
|
|
9965
|
+
"(python_full_version == '3.12.*' and platform_machine != 'x86_64') or (python_full_version == '3.12.*' and sys_platform != 'darwin')",
|
|
9966
|
+
"(python_full_version == '3.11.*' and platform_machine != 'x86_64') or (python_full_version == '3.11.*' and sys_platform != 'darwin')",
|
|
9967
|
+
"(python_full_version < '3.11' and platform_machine != 'x86_64') or (python_full_version < '3.11' and sys_platform != 'darwin')",
|
|
9968
|
+
]
|
|
9847
9969
|
dependencies = [
|
|
9848
|
-
{ name = "filelock" },
|
|
9849
|
-
{ name = "fsspec" },
|
|
9850
|
-
{ name = "jinja2" },
|
|
9851
|
-
{ name = "networkx" },
|
|
9970
|
+
{ name = "filelock", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9971
|
+
{ name = "fsspec", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9972
|
+
{ name = "jinja2", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9973
|
+
{ name = "networkx", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9852
9974
|
{ name = "nvidia-cublas-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9853
9975
|
{ name = "nvidia-cuda-cupti-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9854
9976
|
{ name = "nvidia-cuda-nvrtc-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
@@ -9864,10 +9986,10 @@ dependencies = [
|
|
|
9864
9986
|
{ name = "nvidia-nvjitlink-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9865
9987
|
{ name = "nvidia-nvshmem-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9866
9988
|
{ name = "nvidia-nvtx-cu12", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9867
|
-
{ name = "setuptools", marker = "python_full_version >= '3.12'" },
|
|
9868
|
-
{ name = "sympy" },
|
|
9989
|
+
{ name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64') or (python_full_version >= '3.12' and sys_platform != 'darwin')" },
|
|
9990
|
+
{ name = "sympy", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9869
9991
|
{ name = "triton", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
9870
|
-
{ name = "typing-extensions" },
|
|
9992
|
+
{ name = "typing-extensions", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9871
9993
|
]
|
|
9872
9994
|
wheels = [
|
|
9873
9995
|
{ url = "https://files.pythonhosted.org/packages/bb/86/245c240d2138c17ed572c943c289056c2721abab70810d772c6bf5495b28/torch-2.9.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:030bbfe367379ae6a4ae4042b6c44da25383343b8b3c68abaa9c7231efbaf2dd", size = 104213554, upload-time = "2025-10-15T15:45:59.798Z" },
|
|
@@ -9900,6 +10022,156 @@ wheels = [
|
|
|
9900
10022
|
{ url = "https://files.pythonhosted.org/packages/fc/29/bd361e0cbb2c79ce6450f42643aaf6919956f89923a50571b0ebfe92d142/torch-2.9.0-cp314-cp314t-win_amd64.whl", hash = "sha256:695ba920f234ad4170c9c50e28d56c848432f8f530e6bc7f88fcb15ddf338e75", size = 109503850, upload-time = "2025-10-15T15:50:24.118Z" },
|
|
9901
10023
|
]
|
|
9902
10024
|
|
|
10025
|
+
[[package]]
|
|
10026
|
+
name = "torchaudio"
|
|
10027
|
+
version = "2.2.2"
|
|
10028
|
+
source = { registry = "https://pypi.org/simple" }
|
|
10029
|
+
resolution-markers = [
|
|
10030
|
+
"python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10031
|
+
"python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10032
|
+
"python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10033
|
+
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10034
|
+
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10035
|
+
]
|
|
10036
|
+
dependencies = [
|
|
10037
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10038
|
+
]
|
|
10039
|
+
wheels = [
|
|
10040
|
+
{ url = "https://files.pythonhosted.org/packages/76/70/ca793994d37815070f6b53932b71822f66cfb3e197e6937426815998221e/torchaudio-2.2.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:b1d58201d108e85db3e35b84319f33884f61f327c38ead86913218c8c1acc3dd", size = 3398751, upload-time = "2024-03-27T21:12:31.998Z" },
|
|
10041
|
+
{ url = "https://files.pythonhosted.org/packages/57/c4/80cc3315dd1ca706643b78f894901d4d888ffe376a5e401f73d9db61071e/torchaudio-2.2.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:f1a81a518a3e86c004125eb891fc433ce8fb2343295b5d612d0f37b24e131efd", size = 3405553, upload-time = "2024-03-27T21:12:19.497Z" },
|
|
10042
|
+
{ url = "https://files.pythonhosted.org/packages/05/39/fcc68b1f848a38b57446b624be42db66fec3587972941a5b86fc19b8bd45/torchaudio-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:da3cc523696166ea525d2b3377d789da5388f36d94a20a324b09df00f1c43458", size = 3400705, upload-time = "2024-03-27T21:12:10.303Z" },
|
|
10043
|
+
]
|
|
10044
|
+
|
|
10045
|
+
[[package]]
|
|
10046
|
+
name = "torchaudio"
|
|
10047
|
+
version = "2.9.0"
|
|
10048
|
+
source = { registry = "https://pypi.org/simple" }
|
|
10049
|
+
resolution-markers = [
|
|
10050
|
+
"(python_full_version >= '3.14' and platform_machine != 'x86_64') or (python_full_version >= '3.14' and sys_platform != 'darwin')",
|
|
10051
|
+
"(python_full_version == '3.13.*' and platform_machine != 'x86_64') or (python_full_version == '3.13.*' and sys_platform != 'darwin')",
|
|
10052
|
+
"(python_full_version == '3.12.*' and platform_machine != 'x86_64') or (python_full_version == '3.12.*' and sys_platform != 'darwin')",
|
|
10053
|
+
"(python_full_version == '3.11.*' and platform_machine != 'x86_64') or (python_full_version == '3.11.*' and sys_platform != 'darwin')",
|
|
10054
|
+
"(python_full_version < '3.11' and platform_machine != 'x86_64') or (python_full_version < '3.11' and sys_platform != 'darwin')",
|
|
10055
|
+
]
|
|
10056
|
+
dependencies = [
|
|
10057
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
10058
|
+
]
|
|
10059
|
+
wheels = [
|
|
10060
|
+
{ url = "https://files.pythonhosted.org/packages/78/aa/7fce684dc0e21f8ea3ecf4a9f37253f8fa0b51aa0973202b58f33b9dc031/torchaudio-2.9.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:214d2e8bec2b204ac3f552f3dceae51550e06a91c5863d5dc341d81691ef655e", size = 806922, upload-time = "2025-10-15T15:51:53.069Z" },
|
|
10061
|
+
{ url = "https://files.pythonhosted.org/packages/0b/c2/212181b1df762487462b3a092f6a9ae6ba87df02df71bb2121c100b13b8d/torchaudio-2.9.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:1e84e45f74bf5b208b5ce59b36f26ec1e5f63596542c3ebee6edeadf85e73563", size = 473802, upload-time = "2025-10-15T15:51:55.626Z" },
|
|
10062
|
+
{ url = "https://files.pythonhosted.org/packages/39/27/75184741da9aa1e94ec136319781e1275a560d1c311a293cc22aba747863/torchaudio-2.9.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:905f2c916e392b6dde375c002abe98f6fc64705fdf1192c90a6df2de235305f3", size = 2055464, upload-time = "2025-10-15T15:51:57.996Z" },
|
|
10063
|
+
{ url = "https://files.pythonhosted.org/packages/43/af/f12349d7cb325b9b36452192953eb8c4ca9a6c28c8335c2d2f5e576be7f3/torchaudio-2.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:4ed556da9de16f69ccbe804df510ae8fefdf995cbdc2fcf26ea7532d25463326", size = 663878, upload-time = "2025-10-15T15:52:07.274Z" },
|
|
10064
|
+
{ url = "https://files.pythonhosted.org/packages/d5/a2/7696b9579ad0c40b78ce2774fb24875c43257f3d0d24540e1cfa946c13b4/torchaudio-2.9.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:662eb49ab25e1a2b7367bb072a8ad05c8a4b650ebbe7090a5af1a1eb1d40767c", size = 808368, upload-time = "2025-10-15T15:51:56.56Z" },
|
|
10065
|
+
{ url = "https://files.pythonhosted.org/packages/55/1a/48d528cae6050b9a5f07c1c942b547143237e9f080f4a2ccb80ba88486df/torchaudio-2.9.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:914f1408142bdeda1ca9f834dd04967625fccc75893bd1504a018a13a04f1b66", size = 475720, upload-time = "2025-10-15T15:51:59.111Z" },
|
|
10066
|
+
{ url = "https://files.pythonhosted.org/packages/f0/41/7aba77bc89d06df993c1519b66b7e0b09661d297d0eb8c044ab2c5af665f/torchaudio-2.9.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:86b15ce1d74814d5ca14bfac0d3b33f325c8cac4a6f09dcc5b82748133a96792", size = 2058688, upload-time = "2025-10-15T15:52:01.885Z" },
|
|
10067
|
+
{ url = "https://files.pythonhosted.org/packages/96/64/93944c24d7ec76dff3315f9aaf382e86d09fa2c865942c3d6b48666e5b1d/torchaudio-2.9.0-cp311-cp311-win_amd64.whl", hash = "sha256:840487d748128ded45bd65b213b55db701ad047544e77ae3c57ea48f55623a77", size = 664692, upload-time = "2025-10-15T15:52:02.908Z" },
|
|
10068
|
+
{ url = "https://files.pythonhosted.org/packages/b7/63/3c0ede3aa3d19a8a6698ddd107fa88660549360b51bf8ce2717cd498d800/torchaudio-2.9.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ab4cbcccfd873b0fb41fcb39c9869e59ef84bb95b093f6f58e2d05172a7500d2", size = 809116, upload-time = "2025-10-15T15:52:00.911Z" },
|
|
10069
|
+
{ url = "https://files.pythonhosted.org/packages/be/d5/25e58745defe9d05893d3cba5c0e1a76aeaac503ac5ec4d9f83c871df71c/torchaudio-2.9.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:7f93388b6e536c14d6015b6f75277a8b45efc532f61b35adc1ed06c98a86003e", size = 476020, upload-time = "2025-10-15T15:51:59.967Z" },
|
|
10070
|
+
{ url = "https://files.pythonhosted.org/packages/f0/9c/58b8b49dfba2ae85e41ca86b0c52de45bbbea01987490de219c99c523a58/torchaudio-2.9.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:508318a2130b40ad51378f90caf8727a4bd3ac2b296f2b90c900b44e6068a940", size = 2059901, upload-time = "2025-10-15T15:51:54.634Z" },
|
|
10071
|
+
{ url = "https://files.pythonhosted.org/packages/d7/eb/58b05f75d12f69ccc460893a20c999da082e063082120ed06e05cca3a053/torchaudio-2.9.0-cp312-cp312-win_amd64.whl", hash = "sha256:82117e3a605f2959dc09b4cd8a11178d6e92727d5f85e5d4f9fe47502f84ee96", size = 665350, upload-time = "2025-10-15T15:52:08.384Z" },
|
|
10072
|
+
{ url = "https://files.pythonhosted.org/packages/6c/66/974371d4e4042d186931b72365817d9d3a509f2bc570888a48612448c060/torchaudio-2.9.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:5549c25db4c2da306e179e9aa99980e7f5b1826a8d2d7de08125f3943a5620b2", size = 809149, upload-time = "2025-10-15T15:52:16.133Z" },
|
|
10073
|
+
{ url = "https://files.pythonhosted.org/packages/09/61/8f7b875a2d879666f2f121e458817703e5499988a86105d2a25afecb9987/torchaudio-2.9.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:1eb0d1dac8cefbc4a54afb21aac72a1c25a91f73e9c3bd85f6684930a4a1be5d", size = 475699, upload-time = "2025-10-15T15:52:06.349Z" },
|
|
10074
|
+
{ url = "https://files.pythonhosted.org/packages/26/db/10ba200f90b76f7b859f46b5ba30cdded69f71bcb0fe3c59bb215532cd2b/torchaudio-2.9.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:266d304dd4ed738a10148b020e3d066e81272ee851f6f92193fe549df96af868", size = 2060349, upload-time = "2025-10-15T15:52:09.329Z" },
|
|
10075
|
+
{ url = "https://files.pythonhosted.org/packages/be/53/5f9adbea55e48f91532ee4f041283900939ee5cb6bc1395587214e67a629/torchaudio-2.9.0-cp313-cp313-win_amd64.whl", hash = "sha256:7d3926129389d934aa048bd6c6f68fbf3ef26828ebbbbeac99794ea00e90dc1c", size = 665310, upload-time = "2025-10-15T15:52:05.101Z" },
|
|
10076
|
+
{ url = "https://files.pythonhosted.org/packages/e3/41/88b989aab1e11134d858350196fcf3afd4c2a6821d74efb3c1b9ab23b8cf/torchaudio-2.9.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:967d664477fb91dffad82ef64ea3695801c0cc35304baec71be875b569440872", size = 813491, upload-time = "2025-10-15T15:52:10.346Z" },
|
|
10077
|
+
{ url = "https://files.pythonhosted.org/packages/1a/c1/8d0481fc921cb72d6cadbacd338fa71db0052e8fdb1bf33127c694bbf257/torchaudio-2.9.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:276871d6f5fed5268a87c5da303a13ca2e06b9d29a4c44663b960f0a2e2f46d7", size = 477749, upload-time = "2025-10-15T15:52:04.189Z" },
|
|
10078
|
+
{ url = "https://files.pythonhosted.org/packages/cf/d3/d085cd76413b9f3f792e61933235d982caf5cdbdf60f0e4fdae71879becc/torchaudio-2.9.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:3d5657d929d6ca07b08cfa005988f2ea8caacf9af42f20bc7eff10f88812ce30", size = 2062165, upload-time = "2025-10-15T15:52:12.784Z" },
|
|
10079
|
+
{ url = "https://files.pythonhosted.org/packages/f2/41/d9876f5b19b4b2f98a6131d1a98ee6d5d8f707c01311bbba7cc3bb02f4bf/torchaudio-2.9.0-cp313-cp313t-win_amd64.whl", hash = "sha256:3fe9cac0c2ee713e07f8c88d09528d55e0fa74987b0122e27911dfb720f39054", size = 669260, upload-time = "2025-10-15T15:52:13.8Z" },
|
|
10080
|
+
{ url = "https://files.pythonhosted.org/packages/97/ad/db50c49d73d1904152bbaaaa281e03a41ec519dd6a9df48cc69ea5cd48b9/torchaudio-2.9.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:3fa41447a21103fcde930b4ad2bd2634565a0becff1a5425535b4f0116c0d5df", size = 810532, upload-time = "2025-10-15T15:52:17.197Z" },
|
|
10081
|
+
{ url = "https://files.pythonhosted.org/packages/a8/00/aa8ed83a169a87af72d6cdc17e0350f418b3cba3bd7397b0cca873274789/torchaudio-2.9.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:69f46f21bd67e90ade33a7d0f0cf98270cd61b98f5f8249d3893be0a16b3e31f", size = 475864, upload-time = "2025-10-15T15:52:11.446Z" },
|
|
10082
|
+
{ url = "https://files.pythonhosted.org/packages/4b/bb/7ca64ed0556afa08d3a7a47c887ee9b1c4f3eebd193baf47505b6fac479c/torchaudio-2.9.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:631b0f43564a25e27e615b217454c334f52162679f39ae10b9fa7562ed587dfc", size = 2060360, upload-time = "2025-10-15T15:52:14.992Z" },
|
|
10083
|
+
{ url = "https://files.pythonhosted.org/packages/63/13/4407b79ddedc9ea95d88fa54c3758df21f0117683fceba4bacd98ceaa772/torchaudio-2.9.0-cp314-cp314-win_amd64.whl", hash = "sha256:ed6df9f14431e13498b984dc87df1aabb2156b9ce0ce7268ce4a61650197310a", size = 665048, upload-time = "2025-10-15T15:52:19.116Z" },
|
|
10084
|
+
{ url = "https://files.pythonhosted.org/packages/7d/1a/d3cd6b67b5c68ff4211be923978d1d7c10ea2f44f826d4cd15b775f52c11/torchaudio-2.9.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:93358d8f2f24969ba3f368f4eec33295df830af54836c7fd3336740228f9af16", size = 813499, upload-time = "2025-10-15T15:52:20.412Z" },
|
|
10085
|
+
{ url = "https://files.pythonhosted.org/packages/ab/65/a35a182519b40dcd2cedaf5fdcac6f724ae2451c534dfcece6ff5f85f983/torchaudio-2.9.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:742143d9d62769bc4b9a2977ca4f4720e0a5e922bdc5df585c155e0a1f545461", size = 477752, upload-time = "2025-10-15T15:52:18.14Z" },
|
|
10086
|
+
{ url = "https://files.pythonhosted.org/packages/6f/1c/30272b71ae08817eaca00bb856ebef25dd44041329579903c1915b57f0c9/torchaudio-2.9.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:0a234634e1142fb2652c49e935a98b4d9656fd0af9e4aa14b1b05a80c3cf8e78", size = 2062173, upload-time = "2025-10-15T15:52:22.724Z" },
|
|
10087
|
+
{ url = "https://files.pythonhosted.org/packages/b9/d6/d007f6bc55a16a86e64e9bba295b90485011cc6a113d8f56b503b4f34a7d/torchaudio-2.9.0-cp314-cp314t-win_amd64.whl", hash = "sha256:cbf5d6da8fd2ed545c78218b39fd6aacaa4dd5e265c5f85b248a2fac223f0bd6", size = 669272, upload-time = "2025-10-15T15:52:21.696Z" },
|
|
10088
|
+
]
|
|
10089
|
+
|
|
10090
|
+
[[package]]
|
|
10091
|
+
name = "torchmetrics"
|
|
10092
|
+
version = "1.8.2"
|
|
10093
|
+
source = { registry = "https://pypi.org/simple" }
|
|
10094
|
+
dependencies = [
|
|
10095
|
+
{ name = "lightning-utilities" },
|
|
10096
|
+
{ name = "numpy" },
|
|
10097
|
+
{ name = "packaging" },
|
|
10098
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10099
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
10100
|
+
]
|
|
10101
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/2e/48a887a59ecc4a10ce9e8b35b3e3c5cef29d902c4eac143378526e7485cb/torchmetrics-1.8.2.tar.gz", hash = "sha256:cf64a901036bf107f17a524009eea7781c9c5315d130713aeca5747a686fe7a5", size = 580679, upload-time = "2025-09-03T14:00:54.077Z" }
|
|
10102
|
+
wheels = [
|
|
10103
|
+
{ url = "https://files.pythonhosted.org/packages/02/21/aa0f434434c48490f91b65962b1ce863fdcce63febc166ca9fe9d706c2b6/torchmetrics-1.8.2-py3-none-any.whl", hash = "sha256:08382fd96b923e39e904c4d570f3d49e2cc71ccabd2a94e0f895d1f0dac86242", size = 983161, upload-time = "2025-09-03T14:00:51.921Z" },
|
|
10104
|
+
]
|
|
10105
|
+
|
|
10106
|
+
[[package]]
|
|
10107
|
+
name = "torchvision"
|
|
10108
|
+
version = "0.17.2"
|
|
10109
|
+
source = { registry = "https://pypi.org/simple" }
|
|
10110
|
+
resolution-markers = [
|
|
10111
|
+
"python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10112
|
+
"python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10113
|
+
"python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10114
|
+
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10115
|
+
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
|
|
10116
|
+
]
|
|
10117
|
+
dependencies = [
|
|
10118
|
+
{ name = "numpy", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10119
|
+
{ name = "pillow", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10120
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10121
|
+
]
|
|
10122
|
+
wheels = [
|
|
10123
|
+
{ url = "https://files.pythonhosted.org/packages/a2/70/c781e0433ab7b8f6f693580e5065ae17c3785b2836200311765f99535ef8/torchvision-0.17.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:1f2910fe3c21ad6875b2720d46fad835b2e4b336e9553d31ca364d24c90b1d4f", size = 1666426, upload-time = "2024-03-27T21:11:38.064Z" },
|
|
10124
|
+
{ url = "https://files.pythonhosted.org/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54", size = 1666424, upload-time = "2024-03-27T21:11:32.801Z" },
|
|
10125
|
+
{ url = "https://files.pythonhosted.org/packages/ff/b6/a056fb68cae15e8aec4f854f78d4787086d77efa5468a29d5b744eee2a2b/torchvision-0.17.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:14fd1d4a033c325bdba2d03a69c3450cab6d3a625f85cc375781d9237ca5d04d", size = 1666430, upload-time = "2024-03-27T21:11:29.158Z" },
|
|
10126
|
+
]
|
|
10127
|
+
|
|
10128
|
+
[[package]]
|
|
10129
|
+
name = "torchvision"
|
|
10130
|
+
version = "0.24.0"
|
|
10131
|
+
source = { registry = "https://pypi.org/simple" }
|
|
10132
|
+
resolution-markers = [
|
|
10133
|
+
"(python_full_version >= '3.14' and platform_machine != 'x86_64') or (python_full_version >= '3.14' and sys_platform != 'darwin')",
|
|
10134
|
+
"(python_full_version == '3.13.*' and platform_machine != 'x86_64') or (python_full_version == '3.13.*' and sys_platform != 'darwin')",
|
|
10135
|
+
"(python_full_version == '3.12.*' and platform_machine != 'x86_64') or (python_full_version == '3.12.*' and sys_platform != 'darwin')",
|
|
10136
|
+
"(python_full_version == '3.11.*' and platform_machine != 'x86_64') or (python_full_version == '3.11.*' and sys_platform != 'darwin')",
|
|
10137
|
+
"(python_full_version < '3.11' and platform_machine != 'x86_64') or (python_full_version < '3.11' and sys_platform != 'darwin')",
|
|
10138
|
+
]
|
|
10139
|
+
dependencies = [
|
|
10140
|
+
{ name = "numpy", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
10141
|
+
{ name = "pillow", marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
10142
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
10143
|
+
]
|
|
10144
|
+
wheels = [
|
|
10145
|
+
{ url = "https://files.pythonhosted.org/packages/63/5b/1404eeab00819df71a30e916c2081654366741f7838fcc4fff86b7bd9e7e/torchvision-0.24.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5e8d5e667deff87bd66d26df6d225f46224bb0782d4f3f8f5d2f3068b5fd4492", size = 1891723, upload-time = "2025-10-15T15:51:08.5Z" },
|
|
10146
|
+
{ url = "https://files.pythonhosted.org/packages/88/e3/1b003ecd52bd721f8304aeb66691edfbc2002747ec83d36188ad6abab506/torchvision-0.24.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:a110a51c75e89807a8382b0d8034f5e180fb9319570be3389ffd3d4ac4fd57a9", size = 2418988, upload-time = "2025-10-15T15:51:25.195Z" },
|
|
10147
|
+
{ url = "https://files.pythonhosted.org/packages/56/2e/3c19a35e62da0f606baf8f6e2ceeab1eb66aaa2f84c6528538b06b416d54/torchvision-0.24.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:81d5b12a6df1bb2cc8bdbad837b637d6ea446f2866e6d94f1b5d478856331be3", size = 8046769, upload-time = "2025-10-15T15:51:15.221Z" },
|
|
10148
|
+
{ url = "https://files.pythonhosted.org/packages/e0/1d/e7ab614a1ace820a2366eab1532679fbe81bd9501ffd6a1b7be14936366d/torchvision-0.24.0-cp310-cp310-win_amd64.whl", hash = "sha256:0839dbb305d34671f5a64f558782095134b04bbeff8b90f11eb80515d7d50092", size = 3686529, upload-time = "2025-10-15T15:51:20.982Z" },
|
|
10149
|
+
{ url = "https://files.pythonhosted.org/packages/a3/17/54ed2ec6944ea972b461a86424c8c7f98835982c90cbc45bf59bd962863a/torchvision-0.24.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f771cf918351ad509a28488be475f3e9cc71a750d6b1467842bfb64863a5e986", size = 1891719, upload-time = "2025-10-15T15:51:10.384Z" },
|
|
10150
|
+
{ url = "https://files.pythonhosted.org/packages/f8/07/0cd6776eee784742ad3cb2bfd3295383d84cb2f9e87386119333d1587f0f/torchvision-0.24.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:bbd63bf4ebff84c48c50123eba90526cc9f794fe45bc9f5dd07cec19e8c62bce", size = 2420513, upload-time = "2025-10-15T15:51:18.087Z" },
|
|
10151
|
+
{ url = "https://files.pythonhosted.org/packages/1a/f4/6026c08011ddcefcbc14161c5aa9dce55c35c6b045e04ef0952e88bf4594/torchvision-0.24.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:78fe414b3bb6dbf7e6f6da6f733ba96881f6b29a9b997228de7c5f603e5ed940", size = 8048018, upload-time = "2025-10-15T15:51:13.579Z" },
|
|
10152
|
+
{ url = "https://files.pythonhosted.org/packages/2f/b4/362b4e67ed87cee0fb4f8f0363a852eaeef527968bf62c07ed56f764d729/torchvision-0.24.0-cp311-cp311-win_amd64.whl", hash = "sha256:629584b94e52f32a6278f2a35d85eeaae95fcc38730fcb765064f26c3c96df5d", size = 4027686, upload-time = "2025-10-15T15:51:19.189Z" },
|
|
10153
|
+
{ url = "https://files.pythonhosted.org/packages/47/ef/81e4e69e02e2c4650b30e8c11c8974f946682a30e0ab7e9803a831beff76/torchvision-0.24.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c61d40bcd2e2451e932902a702ad495ba1ec6f279e90b1e15cef2bb55dc911e2", size = 1891726, upload-time = "2025-10-15T15:51:16.977Z" },
|
|
10154
|
+
{ url = "https://files.pythonhosted.org/packages/00/7b/e3809b3302caea9a12c13f3adebe4fef127188438e719fd6c8dc93db1da6/torchvision-0.24.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:b0531d1483fc322d7da0d83be52f0df860a75114ab87dbeeb9de765feaeda843", size = 2419495, upload-time = "2025-10-15T15:51:11.885Z" },
|
|
10155
|
+
{ url = "https://files.pythonhosted.org/packages/7e/e6/7324ead6793075a8c75c56abeed1236d1750de16a5613cfe2ddad164a92a/torchvision-0.24.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:26b9dd9c083f8e5f7ac827de6d5b88c615d9c582dc87666770fbdf16887e4c25", size = 8050480, upload-time = "2025-10-15T15:51:24.012Z" },
|
|
10156
|
+
{ url = "https://files.pythonhosted.org/packages/3e/ad/3c56fcd2a0d6e8afa80e115b5ade4302232ec99655220a51d05709819523/torchvision-0.24.0-cp312-cp312-win_amd64.whl", hash = "sha256:060b7c50ed4b3fb0316b08e2e31bfd874ec2f63ef5ae02f81e54341ca4e88703", size = 4292225, upload-time = "2025-10-15T15:51:27.699Z" },
|
|
10157
|
+
{ url = "https://files.pythonhosted.org/packages/4f/b5/b2008e4b77a8d6aada828dd0f6a438d8f94befa23fdd2d62fa0ac6e60113/torchvision-0.24.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:84d79cfc6457310107ce4d712de7a3d388b24484bc9aeded4a76d8f8e3a2813d", size = 1891722, upload-time = "2025-10-15T15:51:28.854Z" },
|
|
10158
|
+
{ url = "https://files.pythonhosted.org/packages/8f/02/e2f6b0ff93ca4db5751ac9c5be43f13d5e53d9e9412324f464dca1775027/torchvision-0.24.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:fec12a269cf80f6b0b71471c8d498cd3bdd9d8e892c425bf39fecb604852c3b0", size = 2371478, upload-time = "2025-10-15T15:51:37.842Z" },
|
|
10159
|
+
{ url = "https://files.pythonhosted.org/packages/77/85/42e5fc4f716ec7b73cf1f32eeb5c77961be4d4054b26cd6a5ff97f20c966/torchvision-0.24.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:7323a9be5e3da695605753f501cdc87824888c5655d27735cdeaa9986b45884c", size = 8050200, upload-time = "2025-10-15T15:51:46.276Z" },
|
|
10160
|
+
{ url = "https://files.pythonhosted.org/packages/93/c2/48cb0b6b26276d2120b1e0dbc877579a748eae02b4091a7522ce54f6d5e1/torchvision-0.24.0-cp313-cp313-win_amd64.whl", hash = "sha256:08cad8b204196e945f0b2d73adee952d433db1c03645851d52b22a45f1015b13", size = 4309939, upload-time = "2025-10-15T15:51:39.002Z" },
|
|
10161
|
+
{ url = "https://files.pythonhosted.org/packages/7d/d7/3dd10830b047eeb46ae6b465474258d7b4fbb7d8872dca69bd42449f5c82/torchvision-0.24.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:6ab956a6e588623353e0f20d4b03eb1656cb4a3c75ca4dd8b4e32e01bc43271a", size = 2028355, upload-time = "2025-10-15T15:51:22.384Z" },
|
|
10162
|
+
{ url = "https://files.pythonhosted.org/packages/f7/cf/2d7e43409089ce7070f5336161f9216d58653ee1cb26bcb5d6c84cc2de36/torchvision-0.24.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:b1b3db80609c32a088554e8e94b4fc31f1033fe5bb4ac0673ec49c3eb03fb4da", size = 2374466, upload-time = "2025-10-15T15:51:35.382Z" },
|
|
10163
|
+
{ url = "https://files.pythonhosted.org/packages/e9/30/8f7c328fd7e0a9665da4b6b56b1c627665c18470bfe62f3729ad3eda9aec/torchvision-0.24.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:e6635f100d455c80b43f297df4b8585a76c6a2e114802f6567ddd28d7b5479b0", size = 8217068, upload-time = "2025-10-15T15:51:36.623Z" },
|
|
10164
|
+
{ url = "https://files.pythonhosted.org/packages/55/a2/b6f9e40e2904574c80b3bb872c66af20bbd642053e7c8e1b9e99ab396535/torchvision-0.24.0-cp313-cp313t-win_amd64.whl", hash = "sha256:4ce158bbdc3a9086034bced0b5212888bd5b251fee6d08a9eff151d30b4b228a", size = 4273912, upload-time = "2025-10-15T15:51:33.866Z" },
|
|
10165
|
+
{ url = "https://files.pythonhosted.org/packages/1b/24/790a39645cc8c71bf442d54a76da9bda5caeb2a44c5f7e02498649cd99d4/torchvision-0.24.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4bdfc85a5ed706421555f32cdc5e3ddb6d40bf65ef03a274ce3c176393e2904b", size = 2028335, upload-time = "2025-10-15T15:51:26.252Z" },
|
|
10166
|
+
{ url = "https://files.pythonhosted.org/packages/b0/d7/69479a066ea773653e88eda99031e38681e9094046f87cb957af5036db0e/torchvision-0.24.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:73576a9c4a593223fbae85a64e8bbd77049abd1101893ecf3c5e981284fd58b4", size = 2371609, upload-time = "2025-10-15T15:51:29.859Z" },
|
|
10167
|
+
{ url = "https://files.pythonhosted.org/packages/46/64/3c7fdb3771ec992b9445a1f7a969466b23ce2cdb14e09303b3db351a0655/torchvision-0.24.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:dd565b1b06666ff399d0801d4d1824fa570c0167a179ca700a5be232527b3c62", size = 8214918, upload-time = "2025-10-15T15:51:41.465Z" },
|
|
10168
|
+
{ url = "https://files.pythonhosted.org/packages/58/51/abc416bc34d574ad479af738e413d9ebf93027ee92d0f4ae38f966b818f7/torchvision-0.24.0-cp314-cp314-win_amd64.whl", hash = "sha256:eb45d12ac48d757738788fd3fb8e88e647d6b2ab2424134ca87556efc72d81b5", size = 4257776, upload-time = "2025-10-15T15:51:42.642Z" },
|
|
10169
|
+
{ url = "https://files.pythonhosted.org/packages/08/f7/261d1353c611820541ecd43046b89da3f1ae998dc786e4288b890a009883/torchvision-0.24.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:68120e7e03c31900e499a10bb7fdd63cfd67f0054c9fa108e7e27f9cd372f315", size = 2028359, upload-time = "2025-10-15T15:51:32.119Z" },
|
|
10170
|
+
{ url = "https://files.pythonhosted.org/packages/a2/fd/615d8a86db1578345de7fa1edaf476fbcf4f057bf7e4fd898306b620c487/torchvision-0.24.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:64e54494043eecf9f57a9881c6fdea49c62282782e737c002ae8b1639e6ea80e", size = 2374469, upload-time = "2025-10-15T15:51:40.19Z" },
|
|
10171
|
+
{ url = "https://files.pythonhosted.org/packages/04/98/bac11e8fdbf00d6c398246ff2781370aa72c99f2ac685c01ce79354c9a32/torchvision-0.24.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:75ef9546323b321a451239d886f0cb528f7e98bb294da47a3200effd4e572064", size = 8217060, upload-time = "2025-10-15T15:51:45.033Z" },
|
|
10172
|
+
{ url = "https://files.pythonhosted.org/packages/47/6f/9fba8abc468c904570699eceeb51588f9622172b8fffa4ab11bcf15598c2/torchvision-0.24.0-cp314-cp314t-win_amd64.whl", hash = "sha256:2efb617667950814fc8bb9437e5893861b3616e214285be33cbc364a3f42c599", size = 4358490, upload-time = "2025-10-15T15:51:43.884Z" },
|
|
10173
|
+
]
|
|
10174
|
+
|
|
9903
10175
|
[[package]]
|
|
9904
10176
|
name = "tornado"
|
|
9905
10177
|
version = "6.4.2"
|
|
@@ -9963,7 +10235,8 @@ wheels = [
|
|
|
9963
10235
|
[package.optional-dependencies]
|
|
9964
10236
|
torch = [
|
|
9965
10237
|
{ name = "accelerate" },
|
|
9966
|
-
{ name = "torch" },
|
|
10238
|
+
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
|
10239
|
+
{ name = "torch", version = "2.9.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
|
9967
10240
|
]
|
|
9968
10241
|
|
|
9969
10242
|
[[package]]
|
|
@@ -10546,8 +10819,8 @@ wheels = [
|
|
|
10546
10819
|
]
|
|
10547
10820
|
|
|
10548
10821
|
[[package]]
|
|
10549
|
-
name = "
|
|
10550
|
-
version = "1
|
|
10822
|
+
name = "yellowbrick2"
|
|
10823
|
+
version = "2.0.1"
|
|
10551
10824
|
source = { registry = "https://pypi.org/simple" }
|
|
10552
10825
|
dependencies = [
|
|
10553
10826
|
{ name = "cycler" },
|
|
@@ -10556,9 +10829,9 @@ dependencies = [
|
|
|
10556
10829
|
{ name = "scikit-learn" },
|
|
10557
10830
|
{ name = "scipy" },
|
|
10558
10831
|
]
|
|
10559
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
10832
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9b/01/f1d117ebea3e5a2d29eb652f19c19bbecd4a1cc5981088f3c19d5fd27c35/yellowbrick2-2.0.1.tar.gz", hash = "sha256:02243f3cfae844e593fed10cc427ca5a80347f088d511d4cec978264236adaa1", size = 38921939, upload-time = "2026-03-07T07:51:27.78Z" }
|
|
10560
10833
|
wheels = [
|
|
10561
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
10834
|
+
{ url = "https://files.pythonhosted.org/packages/2d/d6/fa064e7d6888ceb98f22468f1cc4c310d82293e8d45f31549f6238621dea/yellowbrick2-2.0.1-py3-none-any.whl", hash = "sha256:b155aff6593fe35d75ccdef0ac35ea1381639d6afe4d5df6e5f4bfedc5897469", size = 281779, upload-time = "2026-03-07T07:51:23.28Z" },
|
|
10562
10835
|
]
|
|
10563
10836
|
|
|
10564
10837
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/__init__.py
RENAMED
|
File without changes
|
{pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/ai_magic.py
RENAMED
|
File without changes
|
{pythoncharmers_meta-0.7.7 → pythoncharmers_meta-0.7.11}/src/pythoncharmers_meta/nb_magic.py
RENAMED
|
File without changes
|