-
Notifications
You must be signed in to change notification settings - Fork 412
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
minor: add python dependencies for examples #9250
base: main
Are you sure you want to change the base?
Conversation
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
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.
Hi! Thanks for opening this pull request.
Because this is your first time contributing to this repository, make sure you've read our Contributor Guide and Code of Conduct.
|
pixi.toml
Outdated
jupyter = ">=1.0" | ||
polars = ">=0.12.0" | ||
datafusion = ">=45.2.0" | ||
av = "14.2.0" |
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.
Emil would be insisting on sorting those alphabetically ;-)
a80296b
to
d268193
Compare
What
This PR adds two python dependencies for use in the examples. Additionally, it moves the
remote
feature to be used by default.I chose not to remove
remote
as a feature and just include its dependencies so that users who are extending rerun without remote connection capability can choose to opt out of it.