TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.74k stars 332 forks source link

Install typing only for old python #334

Closed GuillemGSubies closed 4 years ago

GuillemGSubies commented 4 years ago

Closes #326

Install typing only in older python versions to solve installation problems on modern python

codecov-io commented 4 years ago

Codecov Report

Merging #334 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #334   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files          49       49           
  Lines        3134     3134           
  Branches      584      584           
=======================================
  Hits         3050     3050           
  Misses         44       44           
  Partials       40       40
lopuhin commented 4 years ago

Thanks @GuillemGSubies , released as 0.10.1