patchworklib icon indicating copy to clipboard operation
patchworklib copied to clipboard

StrictVersion Fails for matplotlib 3.9.1.post1

Open marcus1487 opened this issue 1 year ago • 1 comments

There is a check in the code that the version of matplotlib is great than 3.7 for a particular feature here in the code. This is currently completed with a StrictVersion check. This check fails with the most recent matplotlib release yesterday (3.9.1.post1). Would it be acceptable to update to from packaging.version import Version instead? Happy to submit a MR is so.

marcus1487 avatar Aug 07 '24 14:08 marcus1487

Thank you for pointing it out. Yes, it would be acceptable to update the version check to use Version from packaging.version instead of StrictVersion. Please submit MR and I'll review it promptly.

ponnhide avatar Aug 08 '24 06:08 ponnhide