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] Require numba>=0.58 #66

Merged
merged 3 commits into from Oct 24, 2023

Conversation

PrimozGodec
Copy link
Collaborator

Should fix #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
Copy link

codecov-commenter commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@PrimozGodec PrimozGodec merged commit b6ae080 into biolab:master Oct 24, 2023
10 of 13 checks passed
@PrimozGodec PrimozGodec deleted the require-newest-numba branch October 24, 2023 10:23
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.

"Explain Model" under the Explain widget is not available in the version 3.35.0
2 participants