Cut the project over to pixi and drop the conda environments - #117
Open
jessegrabowski wants to merge 3 commits into
Open
Cut the project over to pixi and drop the conda environments#117jessegrabowski wants to merge 3 commits into
jessegrabowski wants to merge 3 commits into
Conversation
The notebook's recorded interpreter moves from 3.14 to 3.12 because re-executing it now happens in the pinned pixi environment rather than an ad-hoc one.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Environments were four hand-maintained conda YAMLs that had drifted apart from each other and from the package metadata; they're pixi environments now, defined in
pyproject.tomlwith a committed lock that CI, Read the Docs and local dev all resolve from. The pip extras double as pixi features, which is why the test and lint tool lists have no separate conda table:pip install ".[test]"andpixi run -e testget the same set.Also swapped the example notebook's progress bar from tqdm to rich. Re-executing it moved its recorded interpreter to the pinned 3.12.
Read the Docs is the one piece not verified locally. It can't resolve a pixi environment, so the build installs pixi and runs the docs task, following pixi's
readthedocs-overrideexample. The docs build itself passes; the RTD runner path needs a PR build to confirm.📚 Documentation preview 📚: https://pytensor-ml--117.org.readthedocs.build/en/117/