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
Showing
| ... | ... | @@ -14,4 +14,6 @@ tiktoken |
| torch | ||
| transformers | ||
| jinja2 | ||
| itsdangerous | ||
| \ No newline at end of file | ||
| itsdangerous | ||
| bs4 | ||
| protobuf>=3.20,<4 | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment