-
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 <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>
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! |
Signed-off-by: ken-ni <kennett.vera@gmail.com>
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
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>
/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 <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>
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