Do you plan to support git inline dependencies on runnable notebooks (inline dependencies)? #6260
Unanswered
nambrosini17
asked this question in
Q&A
Replies: 2 comments
-
|
@nambrosini17 that seems like a bug to overwrite it. can you file an issue with the repo steps (and if possible, using a real github repo) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I'll try to setup a minimal working example from a public repo (not my setup, hence the difficulty) |
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.
-
I'm setting a project with
uvx marimo edit --sandbox example.pyand one of the inline dependencies is hosted on git, not pypi.The first time it works, but after the notebook is run, the line is stripped and only the package name remains, which will fail the next time since it's not hosted on pypi.
Transformed to below after running once
Expected behaviour: Unmodified git inline dependency url
Actual behaviour: Stripped metadata from package that makes installation fail
Beta Was this translation helpful? Give feedback.
All reactions