pnucolab / pyoncoprint

Python OncoPrint library based on Matplotlib
BSD 2-Clause "Simplified" License
21 stars 6 forks source link

Change requirements to matplotlib #15

Open fishcakess opened 1 month ago

fishcakess commented 1 month ago

Hello :)

May I suggest updating the requirements to be matplotlib 3.6 or 3.7, it seems the newer verisons lose the "join" function which your demo code requires to make the plot.

Best wishes

Liam

minseo110 commented 2 weeks ago

Yes, this feature is no longer supported in 'matplotlib==3.8.0' and above.

As of 'pyoncoprint==0.2.5', the package has been updated to be compatible with 'matplotlib==3.8.0' and above.