-
-
Notifications
You must be signed in to change notification settings - Fork 5
Migrate from Poetry to UV package manager #26
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
…kage versions Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
setup_dev_env.sh
Outdated
|
|
||
| # Install Python dependencies | ||
| poetry install | ||
| uv pip install --system -e . |
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.
use uv sync --all-extras --dev
setup_dev_env.sh
Outdated
|
|
||
| # Set up pre-commit | ||
| poetry run pre-commit install -t pre-commit -t commit-msg | ||
| uv pip install --system pre-commit |
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.
you don't need this. it's included in pyproject.toml
setup_dev_env.sh
Outdated
| # Set up pre-commit | ||
| poetry run pre-commit install -t pre-commit -t commit-msg | ||
| uv pip install --system pre-commit | ||
| pre-commit install -t pre-commit -t commit-msg |
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.
uv run pre-commit install -t pre-commit -t commit-msg
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
…ore and langchain_community Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
…n_core Co-Authored-By: yujisobe@gmail.com <yujisobe@gmail.com>
Migrate from Poetry to UV package manager
This PR migrates the project from using Poetry to UV for package management, as requested.
Changes
Testing
Link to Devin run: https://app.devin.ai/sessions/16fd2be6438e417680bedb4518dc2dcb
Requested by: yujisobe@gmail.com