-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: update dependency for owl #1884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| owl = [ | ||
| "chunkr-ai>=0.0.41", | ||
| "docx2markdown>=0.1.1", | ||
| "mcp-simple-arxiv==0.2.2", | ||
| "mcp-server-fetch==2025.1.17", | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to include all toolkit related dependencies, please test locally after the update~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to include all toolkit related dependencies, please test locally after the update~
Hi, this update can run the example/run.py in owl. you can review it~
Wendong-Fan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @jjyaoao 's contribution and sorry for the late review, left some comments, we also need to run uv lock to update the lock file
pyproject.toml
Outdated
| "arxiv>=2.1.3,<3", | ||
| "arxiv2text>=0.1.14,<0.2", | ||
| "chunkr-ai>=0.0.41", | ||
| "docx2markdown>=0.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is docx2markdown used for ?
pyproject.toml
Outdated
| "docx2markdown>=0.1.1", | ||
| "mcp-simple-arxiv==0.2.2", | ||
| "mcp-server-fetch==2025.1.17", | ||
| "xmltodict>=0.13.0,<0.14", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is xmltodict used for ?
Description
#1876
update pyproject.toml to add one more dependency group for owl, only add dependencies required by owl
Checklist
Go over all the following points, and put an
xin all the boxes that apply.Fixes #issue-numberin the PR description (required)pyproject.tomlanduv lockIf you are unsure about any of these, don't hesitate to ask. We are here to help!