Skip to content

drop python 3.6 support and fix build failures#557

Merged
imatiach-msft merged 1 commit into
interpretml:mainfrom
imatiach-msft:ilmat/fix-builds
Mar 31, 2023
Merged

drop python 3.6 support and fix build failures#557
imatiach-msft merged 1 commit into
interpretml:mainfrom
imatiach-msft:ilmat/fix-builds

Conversation

@imatiach-msft

Copy link
Copy Markdown
Collaborator

The interpret-community gated builds started failing recently with the pytorch 2.0.0 update. Trying to get packages working on python 3.6 has become quite difficult recently and involves a lot of pinning due to so many other OSS packages dropping python 3.6 support. Hence, this PR tries to:
1.) Drop python 3.6 support. Now we will primarily test on python 3.7, 3.8 and 3.9
2.) Fix the build failures currently occurring on main

@imatiach-msft
imatiach-msft force-pushed the ilmat/fix-builds branch 2 times, most recently from 10f1e17 to 2722709 Compare March 31, 2023 13:55
@imatiach-msft
imatiach-msft force-pushed the ilmat/fix-builds branch 3 times, most recently from 4b2ddc2 to da3d821 Compare March 31, 2023 16:24
@codecov-commenter

codecov-commenter commented Mar 31, 2023

Copy link
Copy Markdown

Codecov Report

Patch coverage has no change and project coverage change: -0.18 ⚠️

Comparison is base (964087c) 87.83% compared to head (da3d821) 87.66%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #557      +/-   ##
==========================================
- Coverage   87.83%   87.66%   -0.18%     
==========================================
  Files          62       62              
  Lines        4094     4094              
==========================================
- Hits         3596     3589       -7     
- Misses        498      505       +7     
Flag Coverage Δ
unittests 87.66% <ø> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@imatiach-msft
imatiach-msft merged commit 2fdac32 into interpretml:main Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants