-
Notifications
You must be signed in to change notification settings - Fork 135
(torchx/entrypoints) Use importlib.metadata instead of the backported importlib_metadata #1087
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D77619564 |
1bb16db
to
761b911
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
761b911
to
bc4db49
Compare
bc4db49
to
691a3be
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
691a3be
to
34cb426
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
34cb426
to
3f3d5ab
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
3f3d5ab
to
9657ac5
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
9657ac5
to
3385908
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
3385908
to
08e5478
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
08e5478
to
e2721c7
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
8ffdb89
to
e0a27b8
Compare
e0a27b8
to
7e02649
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
7e02649
to
65674ac
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
65674ac
to
f926223
Compare
f926223
to
6b06abc
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
6b06abc
to
9514ebb
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
9514ebb
to
ac7c948
Compare
Differential Revision: D77621041
ac7c948
to
dcce28a
Compare
dcce28a
to
68386a8
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
68386a8
to
cf0c052
Compare
cf0c052
to
0d1b6de
Compare
This pull request was exported from Phabricator. Differential Revision: D77619564 |
Summary: torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported
importlib_metadata
module to load configurations fromentry_points
.Differential Revision: D77619564