Commit 36fc3e9f authored by Your Name's avatar Your Name

fix: Add bs4 and fix protobuf version constraint

- Add bs4 to requirements.txt (required by debgpt)
- Pin protobuf to >=3.20,<4 to fix compatibility with electrum
- Resolves dependency conflicts
parent 8cb6eb36
...@@ -14,4 +14,6 @@ tiktoken ...@@ -14,4 +14,6 @@ tiktoken
torch torch
transformers transformers
jinja2 jinja2
itsdangerous itsdangerous
\ No newline at end of file bs4
protobuf>=3.20,<4
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment