Skip to content
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

WIP: Gather shared Python dependencies #544

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dlqqq
Copy link
Collaborator

@dlqqq dlqqq commented Dec 26, 2023

Gathers dev & test dependencies shared by all Jupyter AI packages into the root pyproject.toml. This helps make the codebase less confusing, as developers do not need to re-declare dependencies in each package pyproject.toml.

I've switched to the default setuptools build backend for the monorepo root package for simplicity (since we don't need a sophisticated build for a dummy package that is never released). I still need to update bump-version.sh to bump the root pyproject.toml.

@dlqqq dlqqq added the maintenance Change related to maintenance of the repository label Dec 26, 2023
@dlqqq dlqqq marked this pull request as draft December 26, 2023 20:28
@dlqqq dlqqq mentioned this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Change related to maintenance of the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant