-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
tech debtImprove existing implementation or build/test processImprove existing implementation or build/test process
Description
Currently, examples\notebooks depend on the venv created with the root package. It would be cleaner if we had a separate pyproject.toml to use for each notebook. This would remove dependencies in the root pyproject.toml that are only needed for notebooks (if any). It would also remove all of the dev dependencies from the notebooks' venv(s) so those would be cleaner.
It may be possible to have a single venv for all of the notebooks. However, this would mean it's pyproject.toml would show all the deps for all notebooks. Consider / discuss this when fixing this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tech debtImprove existing implementation or build/test processImprove existing implementation or build/test process