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

chore: standard pyproject.toml #38

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

Conversation

bolinocroustibat
Copy link
Contributor

@bolinocroustibat bolinocroustibat commented Jan 14, 2025

Similar to this PR for Hydra:

Since Poetry 2.0.0 which was release in January 2025, Poetry can now manage standardized pyproject.toml files..
So this PR aims to use a standardized pyproject.toml that can be used by any package maneger and not only Poetry, by:

  • Refactor pyproject.toml to become a package-manager agnostic project file
  • Update README and documentation
  • Add a install Poetry step in the CI, as the cimg/python image doesn't include Poetry 2.0

Note:
In a future PR, we will be able to:
- use a more efficient build backend than Poetry
- use a faster package manager in the CI than Poetry
- a package-lock package-manager-agnostic file in the repo instead of Poetry one, so that devs can use either Poetry or another package manager of their choice

@bolinocroustibat bolinocroustibat force-pushed the standard-pyproject branch 2 times, most recently from c377c42 to a3a6280 Compare January 20, 2025 15:22
@bolinocroustibat bolinocroustibat requested review from Pierlou and maudetes and removed request for Pierlou January 20, 2025 15:30
@bolinocroustibat bolinocroustibat self-assigned this Jan 20, 2025
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