-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
1 Description
- [x]This PR migrates the dependency management in the hugegraph-llm project from Poetry to uv. uv is a high-performance Python package manager written in Rust that provides 10-100x performance improvement over Poetry.
2 Key Changes
- Dependency Management: Removed [tool.poetry.dependencies] section and replaced it with the standard [project.dependencies] format
Package Index Configuration: Added [tool.uv] section to configure PyPI sources, including multiple mirror repositories
Removed Files: Deleted the poetry.lock lockfile & setup.py (not use, because of uv config)
Code of Conduct
- I agree to follow this project's Code of Conduct
dosubot
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file