-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Replaced package "pkg_resources" with "packaging" #7953
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
77207ad
remove pkg_resources and replace with packaging.version
Saelra 6e1970f
Merge branch 'Project-MONAI:dev' into dev
K-Rilla 94195e9
Merge branch 'Project-MONAI:dev' into dev
K-Rilla 9656e43
Removed comments from pkg_resources
K-Rilla 598f70d
Removed a comment
K-Rilla ab3ae73
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 967f4ad
updated packaging in setup, utils
dedeepyasai df38261
Fixing imports
K-Rilla e0c4d21
Fixing imports
K-Rilla 9dd37f7
Merge branch 'dev' of https://github.com/K-Rilla/MONAI into dev
K-Rilla 6acc718
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 758fd66
Fix DCO
Saelra 6ab46f7
Fix DCO
Saelra 6bbaa86
Merge remote-tracking branch 'origin/dev' into dev
Saelra 2cc0e08
DCO Remediation Commit for Kelvin R <kelvinrbNsc@gmail.com>
K-Rilla 4008495
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bb22a37
Fixing version
K-Rilla a27f28a
Merge branch 'dev' of https://github.com/K-Rilla/MONAI into dev
K-Rilla 44035af
Merge branch 'dev' into dev
KumoLiu 084a573
Merge branch 'Project-MONAI:dev' into dev
Saelra de41c64
Addressed comments, reverted pkging references
ken-ni e30869d
Merge branch 'Project-MONAI:dev' into dev
Saelra fe1a415
updating exception packaging, remove packaging from requirement-dev.t…
DuretiShemsi ed56b7e
DCO Remediation Commit for Dureti <98233210+DuretiShemsi@users.norepl…
DuretiShemsi e53b5a9
updating exception packaging, remove packaging from requirement-dev.txt
DuretiShemsi 6f5005c
Merge branch 'dev' of github.com:K-Rilla/MONAI into dev
DuretiShemsi d93374f
fix linting, changed import sub module packaging.version
DuretiShemsi 52cc946
Merge branch 'dev' into dev
KumoLiu e1e9231
Merge branch 'dev' into dev
ken-ni 25e19a9
Added packaging to requirements-dev.
K-Rilla 6132581
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cd24d26
Merge branch 'dev' into dev
ken-ni 4041ffe
Remove packaging from requirements-dev
ken-ni 8226d4c
add packaging in pythonapp.yml
KumoLiu 0223751
Merge branch 'dev' into dev
KumoLiu f8689c8
minor fix
KumoLiu e3c3490
Revert "minor fix"
KumoLiu d28e27a
DCO Remediation Commit for YunLiu <55491388+KumoLiu@users.noreply.git…
KumoLiu 640726d
Merge branch 'dev' into dev
KumoLiu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,4 @@ onnxruntime; python_version <= '3.10' | |
zarr | ||
huggingface_hub | ||
pyamg>=5.0.0 | ||
packaging |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,8 @@ pyyaml = | |
pyyaml | ||
fire = | ||
fire | ||
packaging = | ||
packaging | ||
jsonschema = | ||
jsonschema | ||
pynrrd = | ||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.