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

feat: support reading build config and dependencies from pyproject.toml #5042

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

frostming
Copy link
Contributor

@frostming frostming commented Oct 24, 2024

Signed-off-by: Frost Ming me@frostming.com

What does this PR address?

The following fields are read:

[project]
name = "myservice"
dependencies = ["torch"]

[tool.bentoml.build]
# same structure as bentofile.yaml

@frostming frostming requested a review from a team as a code owner October 24, 2024 03:42
@frostming frostming requested review from ssheng and removed request for a team October 24, 2024 03:42
@frostming frostming merged commit 4b0555f into bentoml:main Oct 24, 2024
50 of 51 checks passed
@frostming frostming deleted the feat/pyproject.toml branch October 24, 2024 06:19
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.

2 participants