Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/methods/segger/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ engines:
packages:
- procps
- git
- libxcb1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I'm curious, what is libxcb1 used for in this context?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Apparently it's needed for loading cv2 -- see #45 (comment)

- type: python
packages:
- anndata~=0.12.0
Expand Down
Loading