@@ -473,7 +473,7 @@ name = "cuda-bindings" |
| 473 | 473 | version = "13.2.0" |
| 474 | 474 | source = { registry = "https://pypi.org/simple" } |
| 475 | 475 | dependencies = [ |
| 476 | | - { name = "cuda-pathfinder" }, |
| 476 | + { name = "cuda-pathfinder", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 477 | 477 | ] |
| 478 | 478 | wheels = [ |
| 479 | 479 | { url = "https://files.pythonhosted.org/packages/e0/a9/3a8241c6e19483ac1f1dcf5c10238205dcb8a6e9d0d4d4709240dff28ff4/cuda_bindings-13.2.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:721104c603f059780d287969be3d194a18d0cc3b713ed9049065a1107706759d", size = 5730273, upload-time = "2026-03-11T00:12:37.18Z" }, |
@@ -506,37 +506,37 @@ wheels = [ |
| 506 | 506 | |
| 507 | 507 | [package.optional-dependencies] |
| 508 | 508 | cublas = [ |
| 509 | | - { name = "nvidia-cublas", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 509 | + { name = "nvidia-cublas", marker = "sys_platform == 'linux'" }, |
| 510 | 510 | ] |
| 511 | 511 | cudart = [ |
| 512 | | - { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 512 | + { name = "nvidia-cuda-runtime", marker = "sys_platform == 'linux'" }, |
| 513 | 513 | ] |
| 514 | 514 | cufft = [ |
| 515 | | - { name = "nvidia-cufft", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 515 | + { name = "nvidia-cufft", marker = "sys_platform == 'linux'" }, |
| 516 | 516 | ] |
| 517 | 517 | cufile = [ |
| 518 | 518 | { name = "nvidia-cufile", marker = "sys_platform == 'linux'" }, |
| 519 | 519 | ] |
| 520 | 520 | cupti = [ |
| 521 | | - { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 521 | + { name = "nvidia-cuda-cupti", marker = "sys_platform == 'linux'" }, |
| 522 | 522 | ] |
| 523 | 523 | curand = [ |
| 524 | | - { name = "nvidia-curand", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 524 | + { name = "nvidia-curand", marker = "sys_platform == 'linux'" }, |
| 525 | 525 | ] |
| 526 | 526 | cusolver = [ |
| 527 | | - { name = "nvidia-cusolver", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 527 | + { name = "nvidia-cusolver", marker = "sys_platform == 'linux'" }, |
| 528 | 528 | ] |
| 529 | 529 | cusparse = [ |
| 530 | | - { name = "nvidia-cusparse", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 530 | + { name = "nvidia-cusparse", marker = "sys_platform == 'linux'" }, |
| 531 | 531 | ] |
| 532 | 532 | nvjitlink = [ |
| 533 | | - { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 533 | + { name = "nvidia-nvjitlink", marker = "sys_platform == 'linux'" }, |
| 534 | 534 | ] |
| 535 | 535 | nvrtc = [ |
| 536 | | - { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 536 | + { name = "nvidia-cuda-nvrtc", marker = "sys_platform == 'linux'" }, |
| 537 | 537 | ] |
| 538 | 538 | nvtx = [ |
| 539 | | - { name = "nvidia-nvtx", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, |
| 539 | + { name = "nvidia-nvtx", marker = "sys_platform == 'linux'" }, |
| 540 | 540 | ] |
| 541 | 541 | |
| 542 | 542 | [[package]] |
@@ -651,7 +651,7 @@ docs = [ |
| 651 | 651 | |
| 652 | 652 | [[package]] |
| 653 | 653 | name = "dlm-lsp" |
| 654 | | -version = "0.1.0" |
| 654 | +version = "0.1.1" |
| 655 | 655 | source = { editable = "." } |
| 656 | 656 | dependencies = [ |
| 657 | 657 | { name = "dlm" }, |
@@ -1444,7 +1444,7 @@ name = "nvidia-cudnn-cu13" |
| 1444 | 1444 | version = "9.19.0.56" |
| 1445 | 1445 | source = { registry = "https://pypi.org/simple" } |
| 1446 | 1446 | dependencies = [ |
| 1447 | | - { name = "nvidia-cublas" }, |
| 1447 | + { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1448 | 1448 | ] |
| 1449 | 1449 | wheels = [ |
| 1450 | 1450 | { url = "https://files.pythonhosted.org/packages/f1/84/26025437c1e6b61a707442184fa0c03d083b661adf3a3eecfd6d21677740/nvidia_cudnn_cu13-9.19.0.56-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:6ed29ffaee1176c612daf442e4dd6cfeb6a0caa43ddcbeb59da94953030b1be4", size = 433781201, upload-time = "2026-02-03T20:40:53.805Z" }, |
@@ -1456,7 +1456,7 @@ name = "nvidia-cufft" |
| 1456 | 1456 | version = "12.0.0.61" |
| 1457 | 1457 | source = { registry = "https://pypi.org/simple" } |
| 1458 | 1458 | dependencies = [ |
| 1459 | | - { name = "nvidia-nvjitlink" }, |
| 1459 | + { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1460 | 1460 | ] |
| 1461 | 1461 | wheels = [ |
| 1462 | 1462 | { 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" }, |
@@ -1486,9 +1486,9 @@ name = "nvidia-cusolver" |
| 1486 | 1486 | version = "12.0.4.66" |
| 1487 | 1487 | source = { registry = "https://pypi.org/simple" } |
| 1488 | 1488 | dependencies = [ |
| 1489 | | - { name = "nvidia-cublas" }, |
| 1490 | | - { name = "nvidia-cusparse" }, |
| 1491 | | - { name = "nvidia-nvjitlink" }, |
| 1489 | + { name = "nvidia-cublas", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1490 | + { name = "nvidia-cusparse", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1491 | + { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1492 | 1492 | ] |
| 1493 | 1493 | wheels = [ |
| 1494 | 1494 | { 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" }, |
@@ -1500,7 +1500,7 @@ name = "nvidia-cusparse" |
| 1500 | 1500 | version = "12.6.3.3" |
| 1501 | 1501 | source = { registry = "https://pypi.org/simple" } |
| 1502 | 1502 | dependencies = [ |
| 1503 | | - { name = "nvidia-nvjitlink" }, |
| 1503 | + { name = "nvidia-nvjitlink", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, |
| 1504 | 1504 | ] |
| 1505 | 1505 | wheels = [ |
| 1506 | 1506 | { 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" }, |