hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Remove dependency on scipy #125

Open hajicj opened 8 years ago

hajicj commented 8 years ago

A part of #124 .

Scipy is currently used for image loading. It should be possible to bypass by using PIL directly.