pypi + conda deps monorepo best practices #4956
pablovela5620
started this conversation in
General
Replies: 1 comment
-
|
Hi @pablovela5620, this is very much inscope of what we're building.
We currently have the ability to have packages in subdirectories and you can add them to the main workspace, follow the documentation for more info
We're planning to add this to the
Feel free to start trying the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I have a lot of different code spread across a bunch of repos, and I'm starting to think that maybe a monorepo might be a better setup for me. There are a few discussions about how to use Pixi in this way.
#387
#3636
and also something that it seems that uv supports in a cargo like manner
https://docs.astral.sh/uv/concepts/projects/workspaces/
As I understand, this will basically work for PyPI dependencies only in the
dependencies = []and not those found in
[tool.pixi.pypi-dependencies]or[tool.pixi.dependencies]This is sort of what I'm thinking, such that the dev/gpu-related are the same for all subpackages.
My questions are
Beta Was this translation helpful? Give feedback.
All reactions