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(-)
| 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 | ] |
| 159 | name = "cuda-bindings" | 159 | name = "cuda-bindings" |
| 160 | version = "13.3.1" | 160 | version = "13.3.1" |
| 161 | source = { registry = "https://pypi.org/simple" } | 161 | source = { registry = "https://pypi.org/simple" } |
| 162 | dependencies = [ | 162 | dependencies = [ |
| 163 | { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 163 | { name = "cuda-pathfinder" }, |
| 164 | ] | 164 | ] |
| 165 | wheels = [ | 165 | wheels = [ |
| 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" }, |
| 186 | ] | 186 | ] |
| 187 | 187 | ||
| 188 | [package.optional-dependencies] | 188 | [package.optional-dependencies] |
| 189 | cudart = [ | 189 | cudart = [ |
| 190 | { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" }, | 190 | { name = "nvidia-cuda-runtime" }, |
| 191 | ] | 191 | ] |
| 192 | cufft = [ | 192 | cufft = [ |
| 193 | { name = "nvidia-cufft", marker = "sys_platform == 'linux'" }, | 193 | { name = "nvidia-cufft" }, |
| 194 | ] | 194 | ] |
| 195 | cufile = [ | 195 | cufile = [ |
| 196 | { name = "nvidia-cufile", marker = "sys_platform == 'linux'" }, | 196 | { name = "nvidia-cufile" }, |
| 197 | ] | 197 | ] |
| 198 | cupti = [ | 198 | cupti = [ |
| 199 | { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" }, | 199 | { name = "nvidia-cuda-cupti" }, |
| 200 | ] | 200 | ] |
| 201 | curand = [ | 201 | curand = [ |
| 202 | { name = "nvidia-curand", marker = "sys_platform == 'linux'" }, | 202 | { name = "nvidia-curand" }, |
| 203 | ] | 203 | ] |
| 204 | cusolver = [ | 204 | cusolver = [ |
| 205 | { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" }, | 205 | { name = "nvidia-cusolver" }, |
| 206 | ] | 206 | ] |
| 207 | cusparse = [ | 207 | cusparse = [ |
| 208 | { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" }, | 208 | { name = "nvidia-cusparse" }, |
| 209 | ] | 209 | ] |
| 210 | nvjitlink = [ | 210 | nvjitlink = [ |
| 211 | { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" }, | 211 | { name = "nvidia-nvjitlink" }, |
| 212 | ] | 212 | ] |
| 213 | nvrtc = [ | 213 | nvrtc = [ |
| 214 | { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" }, | 214 | { name = "nvidia-cuda-nvrtc" }, |
| 215 | ] | 215 | ] |
| 216 | nvtx = [ | 216 | nvtx = [ |
| 217 | { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" }, | 217 | { name = "nvidia-nvtx" }, |
| 218 | ] | 218 | ] |
| 219 | 219 | ||
| 220 | [[package]] | 220 | [[package]] |
| 221 | name = "cycler" | 221 | name = "cycler" |
| 372 | ] | 372 | ] |
| 373 | 373 | ||
| 374 | [[package]] | 374 | [[package]] |
| 375 | name = "iolabs-common" | 375 | name = "iolabs-common" |
| 376 | version = "0.3.2" | 376 | version = "0.8.0" |
| 377 | source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" } | 377 | source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" } |
| 378 | dependencies = [ | 378 | dependencies = [ |
| 379 | { name = "numpy" }, | 379 | { name = "numpy" }, |
| 380 | ] | 380 | ] |
| 381 | sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2.tar.gz", hash = "sha256:6a037157551ef5c571c7c44849245519702b4e32391aa8dfd21639917b41c330" } | 381 | sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0.tar.gz", hash = "sha256:586e1f2fcf6e05fa5dd4e1123e53836c861f386f87056e692a2be0274583faca" } |
| 382 | wheels = [ | 382 | wheels = [ |
| 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 | ] |
| 385 | 385 | ||
| 386 | [[package]] | 386 | [[package]] |
| 387 | name = "iolabs-geometry-geometry" | 387 | name = "iolabs-geometry-geometry" |
| 516 | ] | 516 | ] |
| 517 | 517 | ||
| 518 | [package.metadata] | 518 | [package.metadata] |
| 519 | requires-dist = [ | 519 | requires-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/" }, |
| 851 | name = "nvidia-cublas" | 851 | name = "nvidia-cublas" |
| 852 | version = "13.1.1.3" | 852 | version = "13.1.1.3" |
| 853 | source = { registry = "https://pypi.org/simple" } | 853 | source = { registry = "https://pypi.org/simple" } |
| 854 | dependencies = [ | 854 | dependencies = [ |
| 855 | { name = "nvidia-cuda-nvrtc", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 855 | { name = "nvidia-cuda-nvrtc" }, |
| 856 | ] | 856 | ] |
| 857 | wheels = [ | 857 | wheels = [ |
| 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" }, |
| 890 | name = "nvidia-cudnn-cu13" | 890 | name = "nvidia-cudnn-cu13" |
| 891 | version = "9.20.0.48" | 891 | version = "9.20.0.48" |
| 892 | source = { registry = "https://pypi.org/simple" } | 892 | source = { registry = "https://pypi.org/simple" } |
| 893 | dependencies = [ | 893 | dependencies = [ |
| 894 | { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 894 | { name = "nvidia-cublas" }, |
| 895 | ] | 895 | ] |
| 896 | wheels = [ | 896 | wheels = [ |
| 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" }, |
| 902 | name = "nvidia-cufft" | 902 | name = "nvidia-cufft" |
| 903 | version = "12.0.0.61" | 903 | version = "12.0.0.61" |
| 904 | source = { registry = "https://pypi.org/simple" } | 904 | source = { registry = "https://pypi.org/simple" } |
| 905 | dependencies = [ | 905 | dependencies = [ |
| 906 | { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 906 | { name = "nvidia-nvjitlink" }, |
| 907 | ] | 907 | ] |
| 908 | wheels = [ | 908 | wheels = [ |
| 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" }, |
| 932 | name = "nvidia-cusolver" | 932 | name = "nvidia-cusolver" |
| 933 | version = "12.0.4.66" | 933 | version = "12.0.4.66" |
| 934 | source = { registry = "https://pypi.org/simple" } | 934 | source = { registry = "https://pypi.org/simple" } |
| 935 | dependencies = [ | 935 | dependencies = [ |
| 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 | ] |
| 940 | wheels = [ | 940 | wheels = [ |
| 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" }, |
| 946 | name = "nvidia-cusparse" | 946 | name = "nvidia-cusparse" |
| 947 | version = "12.6.3.3" | 947 | version = "12.6.3.3" |
| 948 | source = { registry = "https://pypi.org/simple" } | 948 | source = { registry = "https://pypi.org/simple" } |
| 949 | dependencies = [ | 949 | dependencies = [ |
| 950 | { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 950 | { name = "nvidia-nvjitlink" }, |
| 951 | ] | 951 | ] |
| 952 | wheels = [ | 952 | wheels = [ |
| 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" }, |
| 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 | ] |
| 1499 | dependencies = [ | 1499 | dependencies = [ |
| 1500 | { name = "numpy", marker = "python_full_version < '3.12'" }, | 1500 | { name = "numpy" }, |
| 1501 | ] | 1501 | ] |
| 1502 | sdist = { 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" } | 1502 | sdist = { 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" } |
| 1503 | wheels = [ | 1503 | wheels = [ |
| 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" }, |
| 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 | ] |
| 1516 | dependencies = [ | 1516 | dependencies = [ |
| 1517 | { name = "numpy", marker = "python_full_version >= '3.12'" }, | 1517 | { name = "numpy" }, |
| 1518 | ] | 1518 | ] |
| 1519 | sdist = { 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" } | 1519 | sdist = { 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" } |
| 1520 | wheels = [ | 1520 | wheels = [ |
| 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" }, |
| 159 | name = "cuda-bindings" | 159 | name = "cuda-bindings" |
| 160 | version = "13.3.1" | 160 | version = "13.3.1" |
| 161 | source = { registry = "https://pypi.org/simple" } | 161 | source = { registry = "https://pypi.org/simple" } |
| 162 | dependencies = [ | 162 | dependencies = [ |
| 163 | { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 163 | { name = "cuda-pathfinder" }, |
| 164 | ] | 164 | ] |
| 165 | wheels = [ | 165 | wheels = [ |
| 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" }, |
| 186 | ] | 186 | ] |
| 187 | 187 | ||
| 188 | [package.optional-dependencies] | 188 | [package.optional-dependencies] |
| 189 | cudart = [ | 189 | cudart = [ |
| 190 | { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" }, | 190 | { name = "nvidia-cuda-runtime" }, |
| 191 | ] | 191 | ] |
| 192 | cufft = [ | 192 | cufft = [ |
| 193 | { name = "nvidia-cufft", marker = "sys_platform == 'linux'" }, | 193 | { name = "nvidia-cufft" }, |
| 194 | ] | 194 | ] |
| 195 | cufile = [ | 195 | cufile = [ |
| 196 | { name = "nvidia-cufile", marker = "sys_platform == 'linux'" }, | 196 | { name = "nvidia-cufile" }, |
| 197 | ] | 197 | ] |
| 198 | cupti = [ | 198 | cupti = [ |
| 199 | { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" }, | 199 | { name = "nvidia-cuda-cupti" }, |
| 200 | ] | 200 | ] |
| 201 | curand = [ | 201 | curand = [ |
| 202 | { name = "nvidia-curand", marker = "sys_platform == 'linux'" }, | 202 | { name = "nvidia-curand" }, |
| 203 | ] | 203 | ] |
| 204 | cusolver = [ | 204 | cusolver = [ |
| 205 | { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" }, | 205 | { name = "nvidia-cusolver" }, |
| 206 | ] | 206 | ] |
| 207 | cusparse = [ | 207 | cusparse = [ |
| 208 | { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" }, | 208 | { name = "nvidia-cusparse" }, |
| 209 | ] | 209 | ] |
| 210 | nvjitlink = [ | 210 | nvjitlink = [ |
| 211 | { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" }, | 211 | { name = "nvidia-nvjitlink" }, |
| 212 | ] | 212 | ] |
| 213 | nvrtc = [ | 213 | nvrtc = [ |
| 214 | { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" }, | 214 | { name = "nvidia-cuda-nvrtc" }, |
| 215 | ] | 215 | ] |
| 216 | nvtx = [ | 216 | nvtx = [ |
| 217 | { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" }, | 217 | { name = "nvidia-nvtx" }, |
| 218 | ] | 218 | ] |
| 219 | 219 | ||
| 220 | [[package]] | 220 | [[package]] |
| 221 | name = "cycler" | 221 | name = "cycler" |
| 372 | ] | 372 | ] |
| 373 | 373 | ||
| 374 | [[package]] | 374 | [[package]] |
| 375 | name = "iolabs-common" | 375 | name = "iolabs-common" |
| 376 | version = "0.3.2" | 376 | version = "0.8.0" |
| 377 | source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" } | 377 | source = { registry = "https://nexus.iolabs.ch/repository/pypi-private/simple/" } |
| 378 | dependencies = [ | 378 | dependencies = [ |
| 379 | { name = "numpy" }, | 379 | { name = "numpy" }, |
| 380 | ] | 380 | ] |
| 381 | sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.3.2/iolabs_common-0.3.2.tar.gz", hash = "sha256:6a037157551ef5c571c7c44849245519702b4e32391aa8dfd21639917b41c330" } | 381 | sdist = { url = "https://nexus.iolabs.ch/repository/pypi-private/packages/iolabs-common/0.8.0/iolabs_common-0.8.0.tar.gz", hash = "sha256:586e1f2fcf6e05fa5dd4e1123e53836c861f386f87056e692a2be0274583faca" } |
| 382 | wheels = [ | 382 | wheels = [ |
| 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 | ] |
| 385 | 385 | ||
| 386 | [[package]] | 386 | [[package]] |
| 387 | name = "iolabs-geometry-geometry" | 387 | name = "iolabs-geometry-geometry" |
| 516 | ] | 516 | ] |
| 517 | 517 | ||
| 518 | [package.metadata] | 518 | [package.metadata] |
| 519 | requires-dist = [ | 519 | requires-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/" }, |
| 851 | name = "nvidia-cublas" | 851 | name = "nvidia-cublas" |
| 852 | version = "13.1.1.3" | 852 | version = "13.1.1.3" |
| 853 | source = { registry = "https://pypi.org/simple" } | 853 | source = { registry = "https://pypi.org/simple" } |
| 854 | dependencies = [ | 854 | dependencies = [ |
| 855 | { name = "nvidia-cuda-nvrtc", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 855 | { name = "nvidia-cuda-nvrtc" }, |
| 856 | ] | 856 | ] |
| 857 | wheels = [ | 857 | wheels = [ |
| 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" }, |
| 890 | name = "nvidia-cudnn-cu13" | 890 | name = "nvidia-cudnn-cu13" |
| 891 | version = "9.20.0.48" | 891 | version = "9.20.0.48" |
| 892 | source = { registry = "https://pypi.org/simple" } | 892 | source = { registry = "https://pypi.org/simple" } |
| 893 | dependencies = [ | 893 | dependencies = [ |
| 894 | { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 894 | { name = "nvidia-cublas" }, |
| 895 | ] | 895 | ] |
| 896 | wheels = [ | 896 | wheels = [ |
| 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" }, |
| 902 | name = "nvidia-cufft" | 902 | name = "nvidia-cufft" |
| 903 | version = "12.0.0.61" | 903 | version = "12.0.0.61" |
| 904 | source = { registry = "https://pypi.org/simple" } | 904 | source = { registry = "https://pypi.org/simple" } |
| 905 | dependencies = [ | 905 | dependencies = [ |
| 906 | { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 906 | { name = "nvidia-nvjitlink" }, |
| 907 | ] | 907 | ] |
| 908 | wheels = [ | 908 | wheels = [ |
| 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" }, |
| 932 | name = "nvidia-cusolver" | 932 | name = "nvidia-cusolver" |
| 933 | version = "12.0.4.66" | 933 | version = "12.0.4.66" |
| 934 | source = { registry = "https://pypi.org/simple" } | 934 | source = { registry = "https://pypi.org/simple" } |
| 935 | dependencies = [ | 935 | dependencies = [ |
| 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 | ] |
| 940 | wheels = [ | 940 | wheels = [ |
| 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" }, |
| 946 | name = "nvidia-cusparse" | 946 | name = "nvidia-cusparse" |
| 947 | version = "12.6.3.3" | 947 | version = "12.6.3.3" |
| 948 | source = { registry = "https://pypi.org/simple" } | 948 | source = { registry = "https://pypi.org/simple" } |
| 949 | dependencies = [ | 949 | dependencies = [ |
| 950 | { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, | 950 | { name = "nvidia-nvjitlink" }, |
| 951 | ] | 951 | ] |
| 952 | wheels = [ | 952 | wheels = [ |
| 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" }, |
| 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 | ] |
| 1499 | dependencies = [ | 1499 | dependencies = [ |
| 1500 | { name = "numpy", marker = "python_full_version < '3.12'" }, | 1500 | { name = "numpy" }, |
| 1501 | ] | 1501 | ] |
| 1502 | sdist = { 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" } | 1502 | sdist = { 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" } |
| 1503 | wheels = [ | 1503 | wheels = [ |
| 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" }, |
| 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 | ] |
| 1516 | dependencies = [ | 1516 | dependencies = [ |
| 1517 | { name = "numpy", marker = "python_full_version >= '3.12'" }, | 1517 | { name = "numpy" }, |
| 1518 | ] | 1518 | ] |
| 1519 | sdist = { 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" } | 1519 | sdist = { 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" } |
| 1520 | wheels = [ | 1520 | wheels = [ |
| 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" }, |