biolab / orange3-explain

Explainable AI add-on for Orange3
GNU General Public License v3.0
6 stars 5 forks source link

[FIX] Require numba>=0.58 #66

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago

Should fix https://github.com/biolab/orange3-explain/issues/65

There is numpy compatibility issue in one of the previous versions of numba (I think 0.57), and it is fixed in 0.58. To ensure that users do not miss widgets due to this error, I am fixing Numba to a newer version.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9da17ff) 93.51% compared to head (ef8563d) 93.51%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ======================================= Coverage 93.51% 93.51% ======================================= Files 16 16 Lines 5029 5029 ======================================= Hits 4703 4703 Misses 326 326 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.