-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add Pixi lockfiles to ensure Python environment reproducibility #207
base: main
Are you sure you want to change the base?
Conversation
[dependencies] | ||
|
||
# general | ||
python = "3.12.*" |
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.
We were not adding Python as an explicit dependency before, but I suggest we do. I'm pinning it to the major version found in quay.io/nebari/nebari-jupyterlab:main-e1418d0-20250304
jupyterhub/pixi.toml
Outdated
platforms = ["linux-64", "linux-aarch64"] | ||
|
||
[dependencies] | ||
python = "3.9.*" |
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.
We were not adding Python as an explicit dependency before, but I suggest we do. I'm pinning it to the major version found in quay.io/nebari/nebari-jupyterhub:main-e1418d0-20250304
jupyter-vscode-proxy = { git = "https://github.com/betatim/vscode-binder.git" } | ||
jupyterlab_nvdashboard = "==0.12.0" | ||
argo-jupyter-scheduler = "==2024.6.1" | ||
# jhub-apps = "==2025.2.1" |
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.
Commented out until #209 is addressed
Reference Issues or PRs
Closes #204
Closes #173 (indirectly)
What does this implement/fix?
Put a
x
in the boxes that applyTesting
Documentation
Access-centered content checklist
Text styling
H1
or#
in markdown).Non-text content
Any other comments?