-
Notifications
You must be signed in to change notification settings - Fork 536
Update minimum Python version for Captum to 3.9 #1460
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: D67545940 |
600dcb3
to
e6bd36a
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
e6bd36a
to
43a647f
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
Summary: Python 3.8 has reached EOL in Oct 2024, so we can upgrade minimum python required for Captum to 3.9. We are seeing test failures due to dependencies when running with Python 3.8, so upgrading minimum version to resolve these. Differential Revision: D67545940
43a647f
to
0e5aab0
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
0e5aab0
to
b9fd3b1
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
b9fd3b1
to
cffda02
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
Summary: Python 3.8 has reached EOL in Oct 2024, so we can upgrade minimum python required for Captum to 3.9. We are seeing test failures due to dependencies when running with Python 3.8, so upgrading minimum version to resolve these. Differential Revision: D67545940
cffda02
to
3bc863f
Compare
This pull request was exported from Phabricator. Differential Revision: D67545940 |
This pull request has been merged in ad6795b. |
Summary:
Python 3.8 has reached EOL in Oct 2024, so we can upgrade minimum python required for Captum to 3.9.
We are seeing test failures due to dependencies when running with Python 3.8, so upgrading minimum version to resolve these.
Differential Revision: D67545940