-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(rye): changed package manager #3019
feat(rye): changed package manager #3019
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
url = "https://download.pytorch.org/whl/cpu" | ||
priority = "explicit" | ||
|
||
[tool.ruff] |
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.
I think we can add these configs to backend/pyproject.toml
backend/pyproject.toml
Outdated
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.
Magnifique ❤️
This commit updates the backend dependencies in the `requirements-dev.lock` and `requirements.lock` files. The changes were made to include the `quivr-worker` package as a dependency. Additionally, the `pyproject.toml` file in the `backend/worker` directory was modified to include the `quivr-api` package as a dependency.
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.
🚀 🚀 🚀 🚀
Co-authored-by: AmineDiro <aminedirhoussi1@gmail.com>
Needs export UV_INDEX_STRATEGY=unsafe-first-match to work
Completes CORE-153