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
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
cmcp-runtime
weight-custody-manifest>=0.23.0
# cmcp-runtime needs a floor. Without one, an unsatisfiable constraint elsewhere in
# this file makes pip backtrack to 0.1.0 rather than report a conflict, and the demo
# then dies at startup instead of at install time. See PR body.
cmcp-runtime>=0.4.0
weight-custody-manifest>=0.23.0,<0.25.0
openai>=2.54.0