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

Separate python dependencies into optional groups #38

Open
luke-carlson opened this issue Nov 15, 2024 · 1 comment
Open

Separate python dependencies into optional groups #38

luke-carlson opened this issue Nov 15, 2024 · 1 comment

Comments

@luke-carlson
Copy link
Collaborator

Some project dependencies are only needed for the web page, some are only needed during training, etc. It could be worth breaking the dependency list into groups so that users don't need to install all of them just to get started with using the repo

[project.optional-dependencies]
data_prep = [
    "img2dataset"
]
web_demo = [
    ...
]
training = [
   ...
]
@pedroborgescruz
Copy link
Contributor

@aaliyahnl and I are working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants