Back to report index

Step 3 segmentationtrajectory b6243aa: AI3D-382 Require iolabs-common>=0.8.0 for the run3 NPZ schema

Miroslav Simko <ms@iolabs.ch> 2026-09-02T08:04:06+02:00

Commit #104 ยท 23 snippets

 pyproject.toml |  2 +-
 uv.lock        | 48 ++++++++++++++++++++++++------------------------
 2 files changed, 25 insertions(+), 25 deletions(-)
Importance #1: pyproject.toml @@ -7,9 +7,9 @@
7 "numpy>=1.20.0",7 "numpy>=1.20.0",
8 "open3d>=0.19.0",8 "open3d>=0.19.0",
9 "laspy>=2.0.0",9 "laspy>=2.0.0",
10 "iolabs-logstash>=0.5.1",10 "iolabs-logstash>=0.5.1",
11 "iolabs-common",11 "iolabs-common>=0.8.0",
12 "iolabs-geometry-geometry",12 "iolabs-geometry-geometry",
13 "iolabs-point-cloud-filtering-intensity>=0.5.0",13 "iolabs-point-cloud-filtering-intensity>=0.5.0",
14 "iolabs-point-cloud-las-tools>=0.5.0",14 "iolabs-point-cloud-las-tools>=0.5.0",
15]15]
Importance #2: uv.lock @@ -159,9 +159,9 @@
159name = "cuda-bindings"159name = "cuda-bindings"
160version = "13.3.1"160version = "13.3.1"
161source = { registry = "https://pypi.org/simple" }161source = { registry = "https://pypi.org/simple" }
162dependencies = [162dependencies = [
163 { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },163 { name = "cuda-pathfinder" },
164]164]
165wheels = [165wheels = [
166 { url = "https://files.pythonhosted.org/packages/51/6b/457ca12dad3ee9bfcc9a545cfd6b64b359ba49de40f776f6e028e678f262/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c5879712accf6e14bb01aa5e67440eb84998b8d104b509cc7a6dc0b8f656a474", size = 6053539, upload-time = "2026-05-29T23:11:43.19Z" },166 { url = "https://files.pythonhosted.org/packages/51/6b/457ca12dad3ee9bfcc9a545cfd6b64b359ba49de40f776f6e028e678f262/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c5879712accf6e14bb01aa5e67440eb84998b8d104b509cc7a6dc0b8f656a474", size = 6053539, upload-time = "2026-05-29T23:11:43.19Z" },
167 { url = "https://files.pythonhosted.org/packages/95/7a/c5e3c34a409b148f5c0f5a4ea374158f95d488862c1dffedf9aa5c639df9/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:04436a9364059c84b8f9636f359eccda1cf814341f5b670c71d80d2f79dbc708", size = 6674166, upload-time = "2026-05-29T23:11:45.478Z" },167 { url = "https://files.pythonhosted.org/packages/95/7a/c5e3c34a409b148f5c0f5a4ea374158f95d488862c1dffedf9aa5c639df9/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:04436a9364059c84b8f9636f359eccda1cf814341f5b670c71d80d2f79dbc708", size = 6674166, upload-time = "2026-05-29T23:11:45.478Z" },
Importance #3: uv.lock @@ -186,36 +186,36 @@
186]186]
187187
188[package.optional-dependencies]188[package.optional-dependencies]
189cudart = [189cudart = [
190 { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" },190 { name = "nvidia-cuda-runtime" },
191]191]
192cufft = [192cufft = [
193 { name = "nvidia-cufft", marker = "sys_platform == 'linux'" },193 { name = "nvidia-cufft" },
194]194]
195cufile = [195cufile = [
196 { name = "nvidia-cufile", marker = "sys_platform == 'linux'" },196 { name = "nvidia-cufile" },
197]197]
198cupti = [198cupti = [
199 { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" },199 { name = "nvidia-cuda-cupti" },
200]200]
201curand = [201curand = [
202 { name = "nvidia-curand", marker = "sys_platform == 'linux'" },202 { name = "nvidia-curand" },
203]203]
204cusolver = [204cusolver = [
205 { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" },205 { name = "nvidia-cusolver" },
206]206]
207cusparse = [207cusparse = [
208 { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" },208 { name = "nvidia-cusparse" },
209]209]
210nvjitlink = [210nvjitlink = [
211 { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" },211 { name = "nvidia-nvjitlink" },
212]212]
213nvrtc = [213nvrtc = [
214 { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" },214 { name = "nvidia-cuda-nvrtc" },
215]215]
216nvtx = [216nvtx = [
217 { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" },217 { name = "nvidia-nvtx" },
218]218]
219219
220[[package]]220[[package]]
221name = "cycler"221name = "cycler"
Importance #4: uv.lock @@ -372,16 +372,16 @@
372]372]
373373
374[[package]]374[[package]]
375name = "iolabs-common"375name = "iolabs-common"
376version = "0.3.2"376version = "0.8.0"
377source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" }377source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" }
378dependencies = [378dependencies = [
379 { name = "numpy" },379 { name = "numpy" },
380]380]
381sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2.tar.gz", hash = "sha256:6a037157551ef5c571c7c44849245519702b4e32391aa8dfd21639917b41c330" }381sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0.tar.gz", hash = "sha256:586e1f2fcf6e05fa5dd4e1123e53836c861f386f87056e692a2be0274583faca" }
382wheels = [382wheels = [
383 { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2-py3-none-any.whl", hash = "sha256:3f08c8ebac1e8c72844324b85e79d0aa578cd0985a6dbbd6e451cb57fc95055f" },383 { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0-py3-none-any.whl", hash = "sha256:9ffbba0e82c7722f15a15d0c472045b0f0e35010e11fabdc315dd2d818367855" },
384]384]
385385
386[[package]]386[[package]]
387name = "iolabs-geometry-geometry"387name = "iolabs-geometry-geometry"
Importance #5: uv.lock @@ -516,9 +516,9 @@
516]516]
517517
518[package.metadata]518[package.metadata]
519requires-dist = [519requires-dist = [
520 { name = "iolabs-common", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },520 { name = "iolabs-common", specifier = ">=0.8.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
521 { name = "iolabs-geometry-geometry", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },521 { name = "iolabs-geometry-geometry", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
522 { name = "iolabs-logstash", specifier = ">=0.5.1", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },522 { name = "iolabs-logstash", specifier = ">=0.5.1", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
523 { name = "iolabs-point-cloud-filtering-intensity", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },523 { name = "iolabs-point-cloud-filtering-intensity", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
524 { name = "iolabs-point-cloud-las-tools", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },524 { name = "iolabs-point-cloud-las-tools", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
Importance #6: uv.lock @@ -851,9 +851,9 @@
851name = "nvidia-cublas"851name = "nvidia-cublas"
852version = "13.1.1.3"852version = "13.1.1.3"
853source = { registry = "https://pypi.org/simple" }853source = { registry = "https://pypi.org/simple" }
854dependencies = [854dependencies = [
855 { name = "nvidia-cuda-nvrtc", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },855 { name = "nvidia-cuda-nvrtc" },
856]856]
857wheels = [857wheels = [
858 { url = "https://files.pythonhosted.org/packages/a7/a1/0bd24ee8c8d03adac032fd2909426a00c88f8c57961b1277ded97f91119f/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b7a210458267ac818974c53038fbec2e969d5c99f305ab15c72522fa9f001dd5", size = 542848918, upload-time = "2026-04-08T18:46:22.985Z" },858 { url = "https://files.pythonhosted.org/packages/a7/a1/0bd24ee8c8d03adac032fd2909426a00c88f8c57961b1277ded97f91119f/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b7a210458267ac818974c53038fbec2e969d5c99f305ab15c72522fa9f001dd5", size = 542848918, upload-time = "2026-04-08T18:46:22.985Z" },
859 { url = "https://files.pythonhosted.org/packages/3b/cd/154ca20c38269e05eff77c1464e6c1da89f50a6390b565e9d82e06bc11e1/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:37936a16db8fe4ac1f065c2139360608a543a09275cb1a1af612e08cfa065436", size = 423138758, upload-time = "2026-04-08T18:46:58.655Z" },859 { url = "https://files.pythonhosted.org/packages/3b/cd/154ca20c38269e05eff77c1464e6c1da89f50a6390b565e9d82e06bc11e1/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:37936a16db8fe4ac1f065c2139360608a543a09275cb1a1af612e08cfa065436", size = 423138758, upload-time = "2026-04-08T18:46:58.655Z" },
Importance #7: uv.lock @@ -890,9 +890,9 @@
890name = "nvidia-cudnn-cu13"890name = "nvidia-cudnn-cu13"
891version = "9.20.0.48"891version = "9.20.0.48"
892source = { registry = "https://pypi.org/simple" }892source = { registry = "https://pypi.org/simple" }
893dependencies = [893dependencies = [
894 { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },894 { name = "nvidia-cublas" },
895]895]
896wheels = [896wheels = [
897 { url = "https://files.pythonhosted.org/packages/56/c5/83384d846b2fd17c44bd499b36c75a45ed4f095fbbb2252294e89cea5c5c/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:e31454ae00094b0c55319d9d15b6fa2fc50a9e1c0f5c8c80fb75258234e731e1", size = 444574296, upload-time = "2026-03-09T19:28:27.751Z" },897 { url = "https://files.pythonhosted.org/packages/56/c5/83384d846b2fd17c44bd499b36c75a45ed4f095fbbb2252294e89cea5c5c/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:e31454ae00094b0c55319d9d15b6fa2fc50a9e1c0f5c8c80fb75258234e731e1", size = 444574296, upload-time = "2026-03-09T19:28:27.751Z" },
898 { url = "https://files.pythonhosted.org/packages/6e/5e/edb9c0ae051602c3ccaffe424256463636d639e27d7f302dde9975ef9e7a/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0c45dd8eeb50b603f07995b1b300c62ffe6a1980482b82b3bcf94a4ca9d49304", size = 366173588, upload-time = "2026-03-09T19:29:34.474Z" },898 { url = "https://files.pythonhosted.org/packages/6e/5e/edb9c0ae051602c3ccaffe424256463636d639e27d7f302dde9975ef9e7a/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0c45dd8eeb50b603f07995b1b300c62ffe6a1980482b82b3bcf94a4ca9d49304", size = 366173588, upload-time = "2026-03-09T19:29:34.474Z" },
Importance #8: uv.lock @@ -902,9 +902,9 @@
902name = "nvidia-cufft"902name = "nvidia-cufft"
903version = "12.0.0.61"903version = "12.0.0.61"
904source = { registry = "https://pypi.org/simple" }904source = { registry = "https://pypi.org/simple" }
905dependencies = [905dependencies = [
906 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },906 { name = "nvidia-nvjitlink" },
907]907]
908wheels = [908wheels = [
909 { url = "https://files.pythonhosted.org/packages/8b/ae/f417a75c0259e85c1d2f83ca4e960289a5f814ed0cea74d18c353d3e989d/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2708c852ef8cd89d1d2068bdbece0aa188813a0c934db3779b9b1faa8442e5f5", size = 214053554, upload-time = "2025-09-04T08:31:38.196Z" },909 { url = "https://files.pythonhosted.org/packages/8b/ae/f417a75c0259e85c1d2f83ca4e960289a5f814ed0cea74d18c353d3e989d/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2708c852ef8cd89d1d2068bdbece0aa188813a0c934db3779b9b1faa8442e5f5", size = 214053554, upload-time = "2025-09-04T08:31:38.196Z" },
910 { url = "https://files.pythonhosted.org/packages/a8/2f/7b57e29836ea8714f81e9898409196f47d772d5ddedddf1592eadb8ab743/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6c44f692dce8fd5ffd3e3df134b6cdb9c2f72d99cf40b62c32dde45eea9ddad3", size = 214085489, upload-time = "2025-09-04T08:31:56.044Z" },910 { url = "https://files.pythonhosted.org/packages/a8/2f/7b57e29836ea8714f81e9898409196f47d772d5ddedddf1592eadb8ab743/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6c44f692dce8fd5ffd3e3df134b6cdb9c2f72d99cf40b62c32dde45eea9ddad3", size = 214085489, upload-time = "2025-09-04T08:31:56.044Z" },
Importance #9: uv.lock @@ -932,11 +932,11 @@
932name = "nvidia-cusolver"932name = "nvidia-cusolver"
933version = "12.0.4.66"933version = "12.0.4.66"
934source = { registry = "https://pypi.org/simple" }934source = { registry = "https://pypi.org/simple" }
935dependencies = [935dependencies = [
936 { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },936 { name = "nvidia-cublas" },
937 { name = "nvidia-cusparse", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },937 { name = "nvidia-cusparse" },
938 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },938 { name = "nvidia-nvjitlink" },
939]939]
940wheels = [940wheels = [
941 { url = "https://files.pythonhosted.org/packages/c8/c3/b30c9e935fc01e3da443ec0116ed1b2a009bb867f5324d3f2d7e533e776b/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:02c2457eaa9e39de20f880f4bd8820e6a1cfb9f9a34f820eb12a155aa5bc92d2", size = 223467760, upload-time = "2025-09-04T08:33:04.222Z" },941 { url = "https://files.pythonhosted.org/packages/c8/c3/b30c9e935fc01e3da443ec0116ed1b2a009bb867f5324d3f2d7e533e776b/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:02c2457eaa9e39de20f880f4bd8820e6a1cfb9f9a34f820eb12a155aa5bc92d2", size = 223467760, upload-time = "2025-09-04T08:33:04.222Z" },
942 { url = "https://files.pythonhosted.org/packages/5f/67/cba3777620cdacb99102da4042883709c41c709f4b6323c10781a9c3aa34/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0a759da5dea5c0ea10fd307de75cdeb59e7ea4fcb8add0924859b944babf1112", size = 200941980, upload-time = "2025-09-04T08:33:22.767Z" },942 { url = "https://files.pythonhosted.org/packages/5f/67/cba3777620cdacb99102da4042883709c41c709f4b6323c10781a9c3aa34/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0a759da5dea5c0ea10fd307de75cdeb59e7ea4fcb8add0924859b944babf1112", size = 200941980, upload-time = "2025-09-04T08:33:22.767Z" },
Importance #10: uv.lock @@ -946,9 +946,9 @@
946name = "nvidia-cusparse"946name = "nvidia-cusparse"
947version = "12.6.3.3"947version = "12.6.3.3"
948source = { registry = "https://pypi.org/simple" }948source = { registry = "https://pypi.org/simple" }
949dependencies = [949dependencies = [
950 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },950 { name = "nvidia-nvjitlink" },
951]951]
952wheels = [952wheels = [
953 { url = "https://files.pythonhosted.org/packages/f8/94/5c26f33738ae35276672f12615a64bd008ed5be6d1ebcb23579285d960a9/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:80bcc4662f23f1054ee334a15c72b8940402975e0eab63178fc7e670aa59472c", size = 162155568, upload-time = "2025-09-04T08:33:42.864Z" },953 { url = "https://files.pythonhosted.org/packages/f8/94/5c26f33738ae35276672f12615a64bd008ed5be6d1ebcb23579285d960a9/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:80bcc4662f23f1054ee334a15c72b8940402975e0eab63178fc7e670aa59472c", size = 162155568, upload-time = "2025-09-04T08:33:42.864Z" },
954 { url = "https://files.pythonhosted.org/packages/fa/18/623c77619c31d62efd55302939756966f3ecc8d724a14dab2b75f1508850/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b3c89c88d01ee0e477cb7f82ef60a11a4bcd57b6b87c33f789350b59759360b", size = 145942937, upload-time = "2025-09-04T08:33:58.029Z" },954 { url = "https://files.pythonhosted.org/packages/fa/18/623c77619c31d62efd55302939756966f3ecc8d724a14dab2b75f1508850/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b3c89c88d01ee0e477cb7f82ef60a11a4bcd57b6b87c33f789350b59759360b", size = 145942937, upload-time = "2025-09-04T08:33:58.029Z" },
Importance #11: uv.lock @@ -1496,9 +1496,9 @@
1496 "python_full_version < '3.12' and sys_platform == 'emscripten'",1496 "python_full_version < '3.12' and sys_platform == 'emscripten'",
1497 "python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",1497 "python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",
1498]1498]
1499dependencies = [1499dependencies = [
1500 { name = "numpy", marker = "python_full_version < '3.12'" },1500 { name = "numpy" },
1501]1501]
1502sdist = { url = "https://files.pythonhosted.org/packages/c5/cb/2f6d79c7576e22c116352a801f4c3c8ace5957e9aced862012430b62e14f/tifffile-2026.3.3.tar.gz", hash = "sha256:d9a1266bed6f2ee1dd0abde2018a38b4f8b2935cb843df381d70ac4eac5458b7", size = 388745, upload-time = "2026-03-03T19:14:38.134Z" }1502sdist = { url = "https://files.pythonhosted.org/packages/c5/cb/2f6d79c7576e22c116352a801f4c3c8ace5957e9aced862012430b62e14f/tifffile-2026.3.3.tar.gz", hash = "sha256:d9a1266bed6f2ee1dd0abde2018a38b4f8b2935cb843df381d70ac4eac5458b7", size = 388745, upload-time = "2026-03-03T19:14:38.134Z" }
1503wheels = [1503wheels = [
1504 { url = "https://files.pythonhosted.org/packages/1a/e4/e804505f87627cd8cdae9c010c47c4485fd8c1ce31a7dd0ab7fcc4707377/tifffile-2026.3.3-py3-none-any.whl", hash = "sha256:e8be15c94273113d31ecb7aa3a39822189dd11c4967e3cc88c178f1ad2fd1170", size = 243960, upload-time = "2026-03-03T19:14:35.808Z" },1504 { url = "https://files.pythonhosted.org/packages/1a/e4/e804505f87627cd8cdae9c010c47c4485fd8c1ce31a7dd0ab7fcc4707377/tifffile-2026.3.3-py3-none-any.whl", hash = "sha256:e8be15c94273113d31ecb7aa3a39822189dd11c4967e3cc88c178f1ad2fd1170", size = 243960, upload-time = "2026-03-03T19:14:35.808Z" },
Importance #12: uv.lock @@ -1513,9 +1513,9 @@
1513 "python_full_version >= '3.12' and sys_platform == 'emscripten'",1513 "python_full_version >= '3.12' and sys_platform == 'emscripten'",
1514 "python_full_version >= '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",1514 "python_full_version >= '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",
1515]1515]
1516dependencies = [1516dependencies = [
1517 { name = "numpy", marker = "python_full_version >= '3.12'" },1517 { name = "numpy" },
1518]1518]
1519sdist = { url = "https://files.pythonhosted.org/packages/b7/38/5e2ecef5af2f4fd4a89bb8d6240de9458bab4d51a4cbd97aeb3a0cd618e2/tifffile-2026.6.1.tar.gz", hash = "sha256:626c892c0e899d959b9438e7c0e1491dc154a7fead1f1f37a991724a50eceba9", size = 429694, upload-time = "2026-05-31T23:57:12.165Z" }1519sdist = { url = "https://files.pythonhosted.org/packages/b7/38/5e2ecef5af2f4fd4a89bb8d6240de9458bab4d51a4cbd97aeb3a0cd618e2/tifffile-2026.6.1.tar.gz", hash = "sha256:626c892c0e899d959b9438e7c0e1491dc154a7fead1f1f37a991724a50eceba9", size = 429694, upload-time = "2026-05-31T23:57:12.165Z" }
1520wheels = [1520wheels = [
1521 { url = "https://files.pythonhosted.org/packages/81/59/208f71d70ddc6184f79b8c6d87d46eb7d7b12c19186a817dec9c9c3f3693/tifffile-2026.6.1-py3-none-any.whl", hash = "sha256:0d7382d2769b855b81ce358528e2b40c16d48aa39031746efa81215205332a8d", size = 267108, upload-time = "2026-05-31T23:57:10.597Z" },1521 { url = "https://files.pythonhosted.org/packages/81/59/208f71d70ddc6184f79b8c6d87d46eb7d7b12c19186a817dec9c9c3f3693/tifffile-2026.6.1-py3-none-any.whl", hash = "sha256:0d7382d2769b855b81ce358528e2b40c16d48aa39031746efa81215205332a8d", size = 267108, upload-time = "2026-05-31T23:57:10.597Z" },
Importance #13: uv.lock @@ -159,9 +159,9 @@
159name = "cuda-bindings"159name = "cuda-bindings"
160version = "13.3.1"160version = "13.3.1"
161source = { registry = "https://pypi.org/simple" }161source = { registry = "https://pypi.org/simple" }
162dependencies = [162dependencies = [
163 { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },163 { name = "cuda-pathfinder" },
164]164]
165wheels = [165wheels = [
166 { url = "https://files.pythonhosted.org/packages/51/6b/457ca12dad3ee9bfcc9a545cfd6b64b359ba49de40f776f6e028e678f262/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c5879712accf6e14bb01aa5e67440eb84998b8d104b509cc7a6dc0b8f656a474", size = 6053539, upload-time = "2026-05-29T23:11:43.19Z" },166 { url = "https://files.pythonhosted.org/packages/51/6b/457ca12dad3ee9bfcc9a545cfd6b64b359ba49de40f776f6e028e678f262/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c5879712accf6e14bb01aa5e67440eb84998b8d104b509cc7a6dc0b8f656a474", size = 6053539, upload-time = "2026-05-29T23:11:43.19Z" },
167 { url = "https://files.pythonhosted.org/packages/95/7a/c5e3c34a409b148f5c0f5a4ea374158f95d488862c1dffedf9aa5c639df9/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:04436a9364059c84b8f9636f359eccda1cf814341f5b670c71d80d2f79dbc708", size = 6674166, upload-time = "2026-05-29T23:11:45.478Z" },167 { url = "https://files.pythonhosted.org/packages/95/7a/c5e3c34a409b148f5c0f5a4ea374158f95d488862c1dffedf9aa5c639df9/cuda_bindings-13.3.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:04436a9364059c84b8f9636f359eccda1cf814341f5b670c71d80d2f79dbc708", size = 6674166, upload-time = "2026-05-29T23:11:45.478Z" },
Importance #14: uv.lock @@ -186,36 +186,36 @@
186]186]
187187
188[package.optional-dependencies]188[package.optional-dependencies]
189cudart = [189cudart = [
190 { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" },190 { name = "nvidia-cuda-runtime" },
191]191]
192cufft = [192cufft = [
193 { name = "nvidia-cufft", marker = "sys_platform == 'linux'" },193 { name = "nvidia-cufft" },
194]194]
195cufile = [195cufile = [
196 { name = "nvidia-cufile", marker = "sys_platform == 'linux'" },196 { name = "nvidia-cufile" },
197]197]
198cupti = [198cupti = [
199 { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" },199 { name = "nvidia-cuda-cupti" },
200]200]
201curand = [201curand = [
202 { name = "nvidia-curand", marker = "sys_platform == 'linux'" },202 { name = "nvidia-curand" },
203]203]
204cusolver = [204cusolver = [
205 { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" },205 { name = "nvidia-cusolver" },
206]206]
207cusparse = [207cusparse = [
208 { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" },208 { name = "nvidia-cusparse" },
209]209]
210nvjitlink = [210nvjitlink = [
211 { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" },211 { name = "nvidia-nvjitlink" },
212]212]
213nvrtc = [213nvrtc = [
214 { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" },214 { name = "nvidia-cuda-nvrtc" },
215]215]
216nvtx = [216nvtx = [
217 { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" },217 { name = "nvidia-nvtx" },
218]218]
219219
220[[package]]220[[package]]
221name = "cycler"221name = "cycler"
Importance #15: uv.lock @@ -372,16 +372,16 @@
372]372]
373373
374[[package]]374[[package]]
375name = "iolabs-common"375name = "iolabs-common"
376version = "0.3.2"376version = "0.8.0"
377source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" }377source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" }
378dependencies = [378dependencies = [
379 { name = "numpy" },379 { name = "numpy" },
380]380]
381sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2.tar.gz", hash = "sha256:6a037157551ef5c571c7c44849245519702b4e32391aa8dfd21639917b41c330" }381sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0.tar.gz", hash = "sha256:586e1f2fcf6e05fa5dd4e1123e53836c861f386f87056e692a2be0274583faca" }
382wheels = [382wheels = [
383 { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2-py3-none-any.whl", hash = "sha256:3f08c8ebac1e8c72844324b85e79d0aa578cd0985a6dbbd6e451cb57fc95055f" },383 { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0-py3-none-any.whl", hash = "sha256:9ffbba0e82c7722f15a15d0c472045b0f0e35010e11fabdc315dd2d818367855" },
384]384]
385385
386[[package]]386[[package]]
387name = "iolabs-geometry-geometry"387name = "iolabs-geometry-geometry"
Importance #16: uv.lock @@ -516,9 +516,9 @@
516]516]
517517
518[package.metadata]518[package.metadata]
519requires-dist = [519requires-dist = [
520 { name = "iolabs-common", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },520 { name = "iolabs-common", specifier = ">=0.8.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
521 { name = "iolabs-geometry-geometry", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },521 { name = "iolabs-geometry-geometry", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
522 { name = "iolabs-logstash", specifier = ">=0.5.1", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },522 { name = "iolabs-logstash", specifier = ">=0.5.1", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
523 { name = "iolabs-point-cloud-filtering-intensity", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },523 { name = "iolabs-point-cloud-filtering-intensity", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
524 { name = "iolabs-point-cloud-las-tools", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },524 { name = "iolabs-point-cloud-las-tools", specifier = ">=0.5.0", index = "https://nexus.iolabs.ch/repository/pypi-private/simple/" },
Importance #17: uv.lock @@ -851,9 +851,9 @@
851name = "nvidia-cublas"851name = "nvidia-cublas"
852version = "13.1.1.3"852version = "13.1.1.3"
853source = { registry = "https://pypi.org/simple" }853source = { registry = "https://pypi.org/simple" }
854dependencies = [854dependencies = [
855 { name = "nvidia-cuda-nvrtc", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },855 { name = "nvidia-cuda-nvrtc" },
856]856]
857wheels = [857wheels = [
858 { url = "https://files.pythonhosted.org/packages/a7/a1/0bd24ee8c8d03adac032fd2909426a00c88f8c57961b1277ded97f91119f/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b7a210458267ac818974c53038fbec2e969d5c99f305ab15c72522fa9f001dd5", size = 542848918, upload-time = "2026-04-08T18:46:22.985Z" },858 { url = "https://files.pythonhosted.org/packages/a7/a1/0bd24ee8c8d03adac032fd2909426a00c88f8c57961b1277ded97f91119f/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b7a210458267ac818974c53038fbec2e969d5c99f305ab15c72522fa9f001dd5", size = 542848918, upload-time = "2026-04-08T18:46:22.985Z" },
859 { url = "https://files.pythonhosted.org/packages/3b/cd/154ca20c38269e05eff77c1464e6c1da89f50a6390b565e9d82e06bc11e1/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:37936a16db8fe4ac1f065c2139360608a543a09275cb1a1af612e08cfa065436", size = 423138758, upload-time = "2026-04-08T18:46:58.655Z" },859 { url = "https://files.pythonhosted.org/packages/3b/cd/154ca20c38269e05eff77c1464e6c1da89f50a6390b565e9d82e06bc11e1/nvidia_cublas-13.1.1.3-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:37936a16db8fe4ac1f065c2139360608a543a09275cb1a1af612e08cfa065436", size = 423138758, upload-time = "2026-04-08T18:46:58.655Z" },
Importance #18: uv.lock @@ -890,9 +890,9 @@
890name = "nvidia-cudnn-cu13"890name = "nvidia-cudnn-cu13"
891version = "9.20.0.48"891version = "9.20.0.48"
892source = { registry = "https://pypi.org/simple" }892source = { registry = "https://pypi.org/simple" }
893dependencies = [893dependencies = [
894 { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },894 { name = "nvidia-cublas" },
895]895]
896wheels = [896wheels = [
897 { url = "https://files.pythonhosted.org/packages/56/c5/83384d846b2fd17c44bd499b36c75a45ed4f095fbbb2252294e89cea5c5c/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:e31454ae00094b0c55319d9d15b6fa2fc50a9e1c0f5c8c80fb75258234e731e1", size = 444574296, upload-time = "2026-03-09T19:28:27.751Z" },897 { url = "https://files.pythonhosted.org/packages/56/c5/83384d846b2fd17c44bd499b36c75a45ed4f095fbbb2252294e89cea5c5c/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:e31454ae00094b0c55319d9d15b6fa2fc50a9e1c0f5c8c80fb75258234e731e1", size = 444574296, upload-time = "2026-03-09T19:28:27.751Z" },
898 { url = "https://files.pythonhosted.org/packages/6e/5e/edb9c0ae051602c3ccaffe424256463636d639e27d7f302dde9975ef9e7a/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0c45dd8eeb50b603f07995b1b300c62ffe6a1980482b82b3bcf94a4ca9d49304", size = 366173588, upload-time = "2026-03-09T19:29:34.474Z" },898 { url = "https://files.pythonhosted.org/packages/6e/5e/edb9c0ae051602c3ccaffe424256463636d639e27d7f302dde9975ef9e7a/nvidia_cudnn_cu13-9.20.0.48-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0c45dd8eeb50b603f07995b1b300c62ffe6a1980482b82b3bcf94a4ca9d49304", size = 366173588, upload-time = "2026-03-09T19:29:34.474Z" },
Importance #19: uv.lock @@ -902,9 +902,9 @@
902name = "nvidia-cufft"902name = "nvidia-cufft"
903version = "12.0.0.61"903version = "12.0.0.61"
904source = { registry = "https://pypi.org/simple" }904source = { registry = "https://pypi.org/simple" }
905dependencies = [905dependencies = [
906 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },906 { name = "nvidia-nvjitlink" },
907]907]
908wheels = [908wheels = [
909 { url = "https://files.pythonhosted.org/packages/8b/ae/f417a75c0259e85c1d2f83ca4e960289a5f814ed0cea74d18c353d3e989d/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2708c852ef8cd89d1d2068bdbece0aa188813a0c934db3779b9b1faa8442e5f5", size = 214053554, upload-time = "2025-09-04T08:31:38.196Z" },909 { url = "https://files.pythonhosted.org/packages/8b/ae/f417a75c0259e85c1d2f83ca4e960289a5f814ed0cea74d18c353d3e989d/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:2708c852ef8cd89d1d2068bdbece0aa188813a0c934db3779b9b1faa8442e5f5", size = 214053554, upload-time = "2025-09-04T08:31:38.196Z" },
910 { url = "https://files.pythonhosted.org/packages/a8/2f/7b57e29836ea8714f81e9898409196f47d772d5ddedddf1592eadb8ab743/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6c44f692dce8fd5ffd3e3df134b6cdb9c2f72d99cf40b62c32dde45eea9ddad3", size = 214085489, upload-time = "2025-09-04T08:31:56.044Z" },910 { url = "https://files.pythonhosted.org/packages/a8/2f/7b57e29836ea8714f81e9898409196f47d772d5ddedddf1592eadb8ab743/nvidia_cufft-12.0.0.61-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6c44f692dce8fd5ffd3e3df134b6cdb9c2f72d99cf40b62c32dde45eea9ddad3", size = 214085489, upload-time = "2025-09-04T08:31:56.044Z" },
Importance #20: uv.lock @@ -932,11 +932,11 @@
932name = "nvidia-cusolver"932name = "nvidia-cusolver"
933version = "12.0.4.66"933version = "12.0.4.66"
934source = { registry = "https://pypi.org/simple" }934source = { registry = "https://pypi.org/simple" }
935dependencies = [935dependencies = [
936 { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },936 { name = "nvidia-cublas" },
937 { name = "nvidia-cusparse", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },937 { name = "nvidia-cusparse" },
938 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },938 { name = "nvidia-nvjitlink" },
939]939]
940wheels = [940wheels = [
941 { url = "https://files.pythonhosted.org/packages/c8/c3/b30c9e935fc01e3da443ec0116ed1b2a009bb867f5324d3f2d7e533e776b/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:02c2457eaa9e39de20f880f4bd8820e6a1cfb9f9a34f820eb12a155aa5bc92d2", size = 223467760, upload-time = "2025-09-04T08:33:04.222Z" },941 { url = "https://files.pythonhosted.org/packages/c8/c3/b30c9e935fc01e3da443ec0116ed1b2a009bb867f5324d3f2d7e533e776b/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:02c2457eaa9e39de20f880f4bd8820e6a1cfb9f9a34f820eb12a155aa5bc92d2", size = 223467760, upload-time = "2025-09-04T08:33:04.222Z" },
942 { url = "https://files.pythonhosted.org/packages/5f/67/cba3777620cdacb99102da4042883709c41c709f4b6323c10781a9c3aa34/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0a759da5dea5c0ea10fd307de75cdeb59e7ea4fcb8add0924859b944babf1112", size = 200941980, upload-time = "2025-09-04T08:33:22.767Z" },942 { url = "https://files.pythonhosted.org/packages/5f/67/cba3777620cdacb99102da4042883709c41c709f4b6323c10781a9c3aa34/nvidia_cusolver-12.0.4.66-py3-none-manylinux_2_27_x86_64.whl", hash = "sha256:0a759da5dea5c0ea10fd307de75cdeb59e7ea4fcb8add0924859b944babf1112", size = 200941980, upload-time = "2025-09-04T08:33:22.767Z" },
Importance #21: uv.lock @@ -946,9 +946,9 @@
946name = "nvidia-cusparse"946name = "nvidia-cusparse"
947version = "12.6.3.3"947version = "12.6.3.3"
948source = { registry = "https://pypi.org/simple" }948source = { registry = "https://pypi.org/simple" }
949dependencies = [949dependencies = [
950 { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" },950 { name = "nvidia-nvjitlink" },
951]951]
952wheels = [952wheels = [
953 { url = "https://files.pythonhosted.org/packages/f8/94/5c26f33738ae35276672f12615a64bd008ed5be6d1ebcb23579285d960a9/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:80bcc4662f23f1054ee334a15c72b8940402975e0eab63178fc7e670aa59472c", size = 162155568, upload-time = "2025-09-04T08:33:42.864Z" },953 { url = "https://files.pythonhosted.org/packages/f8/94/5c26f33738ae35276672f12615a64bd008ed5be6d1ebcb23579285d960a9/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:80bcc4662f23f1054ee334a15c72b8940402975e0eab63178fc7e670aa59472c", size = 162155568, upload-time = "2025-09-04T08:33:42.864Z" },
954 { url = "https://files.pythonhosted.org/packages/fa/18/623c77619c31d62efd55302939756966f3ecc8d724a14dab2b75f1508850/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b3c89c88d01ee0e477cb7f82ef60a11a4bcd57b6b87c33f789350b59759360b", size = 145942937, upload-time = "2025-09-04T08:33:58.029Z" },954 { url = "https://files.pythonhosted.org/packages/fa/18/623c77619c31d62efd55302939756966f3ecc8d724a14dab2b75f1508850/nvidia_cusparse-12.6.3.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b3c89c88d01ee0e477cb7f82ef60a11a4bcd57b6b87c33f789350b59759360b", size = 145942937, upload-time = "2025-09-04T08:33:58.029Z" },
Importance #22: uv.lock @@ -1496,9 +1496,9 @@
1496 "python_full_version < '3.12' and sys_platform == 'emscripten'",1496 "python_full_version < '3.12' and sys_platform == 'emscripten'",
1497 "python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",1497 "python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",
1498]1498]
1499dependencies = [1499dependencies = [
1500 { name = "numpy", marker = "python_full_version < '3.12'" },1500 { name = "numpy" },
1501]1501]
1502sdist = { url = "https://files.pythonhosted.org/packages/c5/cb/2f6d79c7576e22c116352a801f4c3c8ace5957e9aced862012430b62e14f/tifffile-2026.3.3.tar.gz", hash = "sha256:d9a1266bed6f2ee1dd0abde2018a38b4f8b2935cb843df381d70ac4eac5458b7", size = 388745, upload-time = "2026-03-03T19:14:38.134Z" }1502sdist = { url = "https://files.pythonhosted.org/packages/c5/cb/2f6d79c7576e22c116352a801f4c3c8ace5957e9aced862012430b62e14f/tifffile-2026.3.3.tar.gz", hash = "sha256:d9a1266bed6f2ee1dd0abde2018a38b4f8b2935cb843df381d70ac4eac5458b7", size = 388745, upload-time = "2026-03-03T19:14:38.134Z" }
1503wheels = [1503wheels = [
1504 { url = "https://files.pythonhosted.org/packages/1a/e4/e804505f87627cd8cdae9c010c47c4485fd8c1ce31a7dd0ab7fcc4707377/tifffile-2026.3.3-py3-none-any.whl", hash = "sha256:e8be15c94273113d31ecb7aa3a39822189dd11c4967e3cc88c178f1ad2fd1170", size = 243960, upload-time = "2026-03-03T19:14:35.808Z" },1504 { url = "https://files.pythonhosted.org/packages/1a/e4/e804505f87627cd8cdae9c010c47c4485fd8c1ce31a7dd0ab7fcc4707377/tifffile-2026.3.3-py3-none-any.whl", hash = "sha256:e8be15c94273113d31ecb7aa3a39822189dd11c4967e3cc88c178f1ad2fd1170", size = 243960, upload-time = "2026-03-03T19:14:35.808Z" },
Importance #23: uv.lock @@ -1513,9 +1513,9 @@
1513 "python_full_version >= '3.12' and sys_platform == 'emscripten'",1513 "python_full_version >= '3.12' and sys_platform == 'emscripten'",
1514 "python_full_version >= '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",1514 "python_full_version >= '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'",
1515]1515]
1516dependencies = [1516dependencies = [
1517 { name = "numpy", marker = "python_full_version >= '3.12'" },1517 { name = "numpy" },
1518]1518]
1519sdist = { url = "https://files.pythonhosted.org/packages/b7/38/5e2ecef5af2f4fd4a89bb8d6240de9458bab4d51a4cbd97aeb3a0cd618e2/tifffile-2026.6.1.tar.gz", hash = "sha256:626c892c0e899d959b9438e7c0e1491dc154a7fead1f1f37a991724a50eceba9", size = 429694, upload-time = "2026-05-31T23:57:12.165Z" }1519sdist = { url = "https://files.pythonhosted.org/packages/b7/38/5e2ecef5af2f4fd4a89bb8d6240de9458bab4d51a4cbd97aeb3a0cd618e2/tifffile-2026.6.1.tar.gz", hash = "sha256:626c892c0e899d959b9438e7c0e1491dc154a7fead1f1f37a991724a50eceba9", size = 429694, upload-time = "2026-05-31T23:57:12.165Z" }
1520wheels = [1520wheels = [
1521 { url = "https://files.pythonhosted.org/packages/81/59/208f71d70ddc6184f79b8c6d87d46eb7d7b12c19186a817dec9c9c3f3693/tifffile-2026.6.1-py3-none-any.whl", hash = "sha256:0d7382d2769b855b81ce358528e2b40c16d48aa39031746efa81215205332a8d", size = 267108, upload-time = "2026-05-31T23:57:10.597Z" },1521 { url = "https://files.pythonhosted.org/packages/81/59/208f71d70ddc6184f79b8c6d87d46eb7d7b12c19186a817dec9c9c3f3693/tifffile-2026.6.1-py3-none-any.whl", hash = "sha256:0d7382d2769b855b81ce358528e2b40c16d48aa39031746efa81215205332a8d", size = 267108, upload-time = "2026-05-31T23:57:10.597Z" },