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: remove setup.cfg files, other packaging cleanup #544

Draft
wants to merge 1 commit into
base: branch-25.02
Choose a base branch
from

Conversation

jameslamb
Copy link
Member

Similar to rapidsai/raft#2532, this proposes some small packaging cleanup.

  • removes setup.cfg files
    • these are currently being ignored by tools, in favor of identical configuration in pyproject.toml and .flake8 files
    • e.g.
      hooks:
      - id: mypy
      additional_dependencies: [types-cachetools]
      args: ["--config-file=pyproject.toml",
      "python/cuvs/cuvs"]
  • alphabetizes dependency lists in dependencies.yaml
  • changes cupy: group in dependencies.yaml to depends_on_cupy: (for consistency with other dependencies)

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Dec 18, 2024
Copy link

copy-pr-bot bot commented Dec 18, 2024

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@jameslamb
Copy link
Member Author

/ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant