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

Move test, bench, and doc requirements out of pyproject.toml #1407

Merged
merged 9 commits into from
Sep 26, 2024

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    0612be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a9bc0 View commit details
    Browse the repository at this point in the history
  3. chore: move test and docs deps out of pyproject.toml

    This makes them easier to:
    
    - Freeze (using `uv pip compile`)
    - Avoid building in the case where all optional dependencies are enabled
    gadomski committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c96f130 View commit details
    Browse the repository at this point in the history
  4. chore: update changelog

    gadomski committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    cf6ca0e View commit details
    Browse the repository at this point in the history
  5. fix: ceil codespell

    gadomski committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    75d9c43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40d329b View commit details
    Browse the repository at this point in the history
  7. fix(ci): one more

    gadomski committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0810cb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update docs/contributing.rst

    Co-authored-by: Julia Signell <[email protected]>
    gadomski and jsignell authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2e34647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc09c7d View commit details
    Browse the repository at this point in the history