Oshlack / ALLSorts

ALLSorts is a B-Cell Acute Lymphoblastic Leukemia (B-ALL) subtype classifier. From gene expression counts to over 18 subtypes.
MIT License
15 stars 8 forks source link

Pin numba #14

Closed lonsbio closed 1 year ago

lonsbio commented 2 years ago

Experienced same issue as #11 on python 3.8.3 fresh conda install when running tests:

numba.core.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)                                                                                             
Storing i64 to ptr of i32 ('dim'). FE type int32  

Reverting numba to 0.52.0 seems to fix. env.yaml updated accordingly.