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 | ... | @@ -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 |
Please
register
or
sign in
to comment