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

Remove requirements.txt as we use pyproject.toml #52

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

hoangtungdinh
Copy link
Contributor

Description

Keeping requirements.txt makes the dependency information duplicated. It also creates confusing behavior when users install this package via pip, as it's not clear what transitive dependencies will be installed.

Now, dependencies can only be specified in pyproject.toml.

Main changes

  1. Removed requirements.txt.

How was the PR tested?

  1. Unit-test and testing via the demo pipeline.

Notes

Signed-off-by: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com>
Copy link
Contributor

@patrickpa patrickpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hoangtungdinh hoangtungdinh merged commit 58a9e65 into develop Aug 22, 2024
7 checks passed
@hoangtungdinh hoangtungdinh deleted the tung/remove-req branch August 22, 2024 15:29
hoangtungdinh added a commit that referenced this pull request Aug 28, 2024
Signed-off-by: hoangtungdinh <11166240+hoangtungdinh@users.noreply.github.com>
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