Skip to content

Commit

Permalink
fix dependencies and update to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martianbug committed Oct 4, 2024
1 parent d5eb7b1 commit 13e3227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ https://github.com/DIDONEproject/music_symbolic_features

## Changelog

#### v1.2.2
* Fix incompatible dependencies on ms3 and webcolors

#### v1.2.1
* Added some extra documentation
* Added run_extraction.py, example script for extrating features using musif
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
dependencies = [
'pandas>=1.3.3',
'tqdm>=4.56.0',
'ms3>=1.2.0, < 2.0.0',
'ms3==2.4.2',
'pyyaml>=5.4.1',
'roman>=3.3',
'joblib>=1.0.0',
'scipy>=1.6.0',
'music21>=9.1',
'webcolors==1.12',
# music21 has a different version for each python 3.*
"deepdiff>=6.2.1",
]
name = "musif"
version = "1.2.1"
version = "1.2.2"
description = "Music feature extraction library from the DIDONE project"
authors = [{name = "Didone Project", email = "[email protected]"}]
requires-python = ">=3.10"
Expand Down

0 comments on commit 13e3227

Please sign in to comment.