magenta / note-seq

A serializable note sequence representation and utilities.
Apache License 2.0
210 stars 57 forks source link

broken import due to attrs dependency #71

Open mayurnewase opened 1 year ago

mayurnewase commented 1 year ago

importing note_seq fails due to @attr.s line, which looks incompatible with attrs latest version. so pinning it to attrs == 22.1.0 works.