Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/giant-monkeys-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@platforma-open/milaboratories.runenv-python-3': patch
---

PFrames bump fix
16 changes: 1 addition & 15 deletions checker/whitelists/python-3.12.10-rapids/linux-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,7 @@
"cucim.clara.cucim.kit.cumed@25.04.00": "invalid syntax",
"cucim.clara.cucim.kit.cuslide@25.04.00": "invalid syntax"
},
"cupy_cuda12x-13.6.0-cp312-cp312-manylinux2014_x86_64.whl": {
"cupy.cuda.cufft": "libcufft.so.11: cannot open shared object file: No such file or directory",
"cupy.cuda.jitify": "libnvrtc.so.12: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cublas": "libcublas.so.12: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cudnn": "libcudnn.so.8: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.curand": "libcurand.so.10: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cusolver": "libcusolver.so.11: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cusparse": "libcusparse.so.12: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cutensor": "libcutensor.so.2: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.nccl": "libnccl.so.2: cannot open shared object file: No such file or directory",
"cupyx.cudnn": "libcudnn.so.8: cannot open shared object file: No such file or directory",
"cupyx.cusolver": "libcusolver.so.11: cannot open shared object file: No such file or directory",
"cupyx.cutensor": "libcutensor.so.2: cannot open shared object file: No such file or directory"
},
"cupy_cuda12x-14.0.1-cp312-cp312-manylinux2014_x86_64.whl": {
"cupy_cuda12x-*.whl": {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"cupy.cuda.cufft": "libcufft.so.11: cannot open shared object file: No such file or directory",
"cupy.cuda.jitify": "libnvrtc.so.12: cannot open shared object file: No such file or directory",
"cupy_backends.cuda.libs.cublas": "libcublas.so.12: cannot open shared object file: No such file or directory",
Comment thread
vadimpiven marked this conversation as resolved.
Expand Down
Loading