minepy / mictools

A practical tool for Maximal Information Coefficient (MIC) analysis
GNU General Public License v3.0
125 stars 23 forks source link

Remove requirement matplotlib<2 #3

Closed vkk800 closed 5 years ago

vkk800 commented 5 years ago

In setup.py, mictools is set up to require matplotlib version smaller than 2. This is already a bit old version of matplotlib and as far as I see, there is no reason for this requirement. This PR removes it.

davidealbanese commented 5 years ago

Thanks!