Skip to content

Update pyproject.toml to adjust optional dependencies and include backbone folder #217

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cv-olvera
Copy link

This PR makes the following updates to the pyproject.toml configuration:

  • Gradio and Numpy are now marked as optional dependencies, allowing users to install the package without these dependencies unless explicitly needed.
  • The version constraint for huggingface-hub has been updated from >=0.28.1 to <=0.30.2 to maintain compatibility with the specified version range.
  • The include field has been updated to ["zonos", "zonos.*"], ensuring that the entire zonos package, including the backbone folder, is included when the package is installed.

These changes aim to improve flexibility and compatibility for users while ensuring the backbone folder is packaged correctly.

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

Successfully merging this pull request may close these issues.

1 participant