Skip to content
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

Fix responsibleai toolbox build failures due to dependency updates #2571

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Jun 27, 2024

Description

There seem to be a ton of errors due to various changes over the past several weeks.

1.)
Fix errors due to flake8 linting build failures after flake8 package updates on pypi:
./raiwidgets/raiwidgets/fairness_dashboard.py:165:75: E502 the backslash is redundant between brackets

2.) Add upper bound to numpy 2.0.0 release due to incompatibility with pandas<2.0.0

3.) The file with object detection images used in notebooks and tests was removed: https://cvbp-secondary.z19.web.core.windows.net/datasets/object_detection/odFridgeObjects.zip
Replacing it with our own copy: https://publictestdatasets.blob.core.windows.net/computervision/odFridgeObjects.zip

4.) Setting trust_remote_code=True for huggingface datasets due to new updates in huggingface

5.) Adding "brew install libomp" for latest lightgbm package release

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-builds-6-27 branch 2 times, most recently from 1f63c41 to 0482bc0 Compare June 28, 2024 21:06
@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.38%. Comparing base (82e1b7b) to head (95879be).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2571      +/-   ##
==========================================
+ Coverage   88.15%   89.38%   +1.22%     
==========================================
  Files          39      106      +67     
  Lines         853     6738    +5885     
==========================================
+ Hits          752     6023    +5271     
- Misses        101      715     +614     
Flag Coverage Δ
unittests 89.38% <100.00%> (+1.22%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

1 similar comment
@imatiach-msft
Copy link
Contributor Author

imatiach-msft commented Jul 1, 2024

Let me send another PR for the rest of the build failures, as this PR has a ton of different fixes already and is getting crowded

@imatiach-msft imatiach-msft merged commit d5f820b into main Jul 1, 2024
122 of 133 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/fix-builds-6-27 branch July 1, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants