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
for more information, see https://pre-commit.ci
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 <dedeepyasai.sai@gmail.com>
Signed-off-by Kelvin R <kelvinrbNsc@gmail.com>
for more information, see https://pre-commit.ci
I, Kelvin R <kelvinrbNsc@gmail.com>, hereby add my Signed-off-by to this commit: 9656e43 I, Kelvin R <kelvinrbNsc@gmail.com>, hereby add my Signed-off-by to this commit: 598f70d I, Kelvin R <kelvinrbNsc@gmail.com>, hereby add my Signed-off-by to this commit: df38261 I, Kelvin R <kelvinrbNsc@gmail.com>, hereby add my Signed-off-by to this commit: e0c4d21 Signed-off-by: Kelvin R <kelvinrbNsc@gmail.com>
for more information, see https://pre-commit.ci
Signed-off-by: Kelvin R <kelvinrbNsc@gmail.com>
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
Signed-off-by: ken-ni <kennett.vera@gmail.com>
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 <shemsidureti@gmail.com>
…y.github.com> I, Dureti <98233210+DuretiShemsi@users.noreply.github.com>, hereby add my Signed-off-by to this commit: fe1a415 Signed-off-by: Dureti <98233210+DuretiShemsi@users.noreply.github.com>
Signed-off-by: Dureti <98233210+DuretiShemsi@users.noreply.github.com>
Signed-off-by: Dureti <98233210+DuretiShemsi@users.noreply.github.com>
Signed-off-by: Kelvin R <kelvinrbNsc@gmail.com>
for more information, see https://pre-commit.ci
KumoLiu
reviewed
Aug 7, 2024
Member
|
From the CI issue with building the wheel, |
Signed-off-by: ken-ni <kennett.vera@gmail.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
This reverts commit f8689c8.
…hub.com> I, YunLiu <55491388+KumoLiu@users.noreply.github.com>, hereby add my Signed-off-by to this commit: e3c3490 Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
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 <dedeepyasai.sai@gmail.com> Signed-off-by: saelra <rasaelee@gmail.com> Signed-off-by: Kelvin R <kelvinrbNsc@gmail.com> Signed-off-by: ken-ni <kennett.vera@gmail.com> Signed-off-by: Dureti <98233210+DuretiShemsi@users.noreply.github.com> Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Co-authored-by: saelra <rasaelee@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: dedeepyasai <dedeepyasai.sai@gmail.com> Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Co-authored-by: Ratanachat Saelee <146144408+Saelra@users.noreply.github.com> Co-authored-by: ken-ni <kennett.vera@gmail.com> Co-authored-by: Dureti <98233210+DuretiShemsi@users.noreply.github.com>
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