Adding dependencies that are not in the registery #9854
Unanswered
JurajLieskovsky
asked this question in
Q&A
Replies: 1 comment
-
|
You're on the right track. pip/uv accept VCS references directly in a dependency list, and the same works in a marimo notebook's PEP 723 metadata block, which molab installs with uv: Two things that bite first:
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When working locally I have the following file structure
to keep as much of my code as standard .py files. I would now like to host my project on molab. Unfortunately "Mirror from GitHub" works only on individual notebooks.
Ideally I could mirror the whole repository, but I can imagine a workaround where I would add
my_moduleas a dependency (pointing to the repository) in a pyproject file. Am I on the right track?Beta Was this translation helpful? Give feedback.
All reactions