Replaced package "pkg_resources" with "packaging"#7953
Merged
KumoLiu merged 39 commits intoProject-MONAI:devfrom Aug 9, 2024
Merged
Replaced package "pkg_resources" with "packaging"#7953KumoLiu merged 39 commits intoProject-MONAI:devfrom
KumoLiu merged 39 commits intoProject-MONAI:devfrom
Conversation
Contributor
|
please also include the packaging in the "requirements-min.txt" to avoid the test error. Thanks! |
KumoLiu
reviewed
Jul 26, 2024
Signed-off-by: dedeepyasai <[email protected]>
Signed-off-by Kelvin R <[email protected]>
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]>
Signed-off-by: Kelvin R <[email protected]>
Contributor
|
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! |
KumoLiu
reviewed
Jul 31, 2024
KumoLiu
reviewed
Aug 2, 2024
KumoLiu
reviewed
Aug 2, 2024
KumoLiu
reviewed
Aug 2, 2024
Contributor
|
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]>
KumoLiu
reviewed
Aug 7, 2024
Member
|
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]>
Contributor
|
/build |
1 similar comment
Contributor
|
/build |
KumoLiu
approved these changes
Aug 9, 2024
rcremese
pushed a commit
to rcremese/MONAI
that referenced
this pull request
Sep 2, 2024
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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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