-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Replaced package "pkg_resources" with "packaging" #7953
Conversation
for more information, see https://pre-commit.ci
please also include the packaging in the "requirements-min.txt" to avoid the test error. Thanks! |
Signed-off-by: dedeepyasai <[email protected]>
Signed-off-by Kelvin R <[email protected]>
for more information, see https://pre-commit.ci
DCO Remediation Commit for saelra <[email protected]> I, saelra <[email protected]>, hereby add my Signed-off-by to this commit: 77207ad Signed-off-by: saelra <[email protected]>
I, saelra <[email protected]>, hereby add my Signed-off-by to this commit: 77207ad Signed-off-by: saelra <[email protected]>
I, Kelvin R <[email protected]>, hereby add my Signed-off-by to this commit: 9656e43 I, Kelvin R <[email protected]>, hereby add my Signed-off-by to this commit: 598f70d I, Kelvin R <[email protected]>, hereby add my Signed-off-by to this commit: df38261 I, Kelvin R <[email protected]>, hereby add my Signed-off-by to this commit: e0c4d21 Signed-off-by: Kelvin R <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Kelvin R <[email protected]>
Hi @K-Rilla, please take a look at the comments, I guess you misunderstand several points. Feel free ask if you met any issue. Thanks! |
Please help take a look at the ci error. Thanks.
|
…xt file Signed-off-by: DuretiShemsi <[email protected]>
…y.github.com> I, Dureti <[email protected]>, hereby add my Signed-off-by to this commit: fe1a415 Signed-off-by: Dureti <[email protected]>
Signed-off-by: Dureti <[email protected]>
Signed-off-by: Dureti <[email protected]>
Signed-off-by: Kelvin R <[email protected]>
for more information, see https://pre-commit.ci
From the CI issue with building the wheel, |
Signed-off-by: ken-ni <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: YunLiu <[email protected]>
This reverts commit f8689c8.
…hub.com> I, YunLiu <[email protected]>, hereby add my Signed-off-by to this commit: e3c3490 Signed-off-by: YunLiu <[email protected]>
/build |
1 similar comment
/build |
Fixes Project-MONAI#7559 . ### Description Replaced "pkg_resources" references with "packaging" in MONAI/monai/utils/module.py & setup.py Changes were made in functions "pytorch_after", "version_leq", "version_geq". ### Types of changes - Non-breaking change (fix or new feature that would not break existing functionality). --------- Signed-off-by: dedeepyasai <[email protected]> Signed-off-by: saelra <[email protected]> Signed-off-by: Kelvin R <[email protected]> Signed-off-by: ken-ni <[email protected]> Signed-off-by: Dureti <[email protected]> Signed-off-by: YunLiu <[email protected]> Co-authored-by: saelra <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dedeepyasai <[email protected]> Co-authored-by: YunLiu <[email protected]> Co-authored-by: Ratanachat Saelee <[email protected]> Co-authored-by: ken-ni <[email protected]> Co-authored-by: Dureti <[email protected]>
Fixes #7559 .
Description
Replaced "pkg_resources" references with "packaging" in MONAI/monai/utils/module.py & setup.py
Changes were made in functions "pytorch_after", "version_leq", "version_geq".
Types of changes