@@ -4,10 +4,10 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " synctoolbox"
7- version = " 1.4.1 "
7+ version = " 1.4.2 "
88description = " Python Package for Efficient, Robust, and Accurate Music Synchronization (Sync Toolbox)"
99readme = " README.md"
10- requires-python = " >=3.10, <3.13 .0"
10+ requires-python = " >=3.10, <3.15 .0"
1111license = {text = " MIT" }
1212authors = [
1313 {name = " Meinard Müller" , email = " meinard.mueller@audiolabs-erlangen.de" },
@@ -24,16 +24,16 @@ classifiers = [
2424 " Programming Language :: Python :: 3" ,
2525]
2626dependencies = [
27- " librosa >= 0.10 .0, < 1.0.0" ,
28- " matplotlib >= 3.1 .0, < 4.0.0" ,
29- " music21 >= 9.1 .0, < 10.0.0" ,
30- " numba >= 0.58.1 , < 0.60 .0" ,
31- " numpy >= 1.17 .0, < 2.0 .0" ,
32- " pandas >= 2.1 .0, < 3.0.0" ,
33- " pretty_midi >= 0.2.0 , < 1.0.0" ,
34- " soundfile >= 0.9 .0, < 1.0.0" ,
35- " scipy >= 1.7 .0, < 2.0.0" ,
36- " libfmp >= 1.2 .0, < 2.0.0"
27+ " librosa >= 0.11 .0, < 1.0.0" ,
28+ " matplotlib >= 3.10 .0, < 4.0.0" ,
29+ " music21 >= 9.9 .0, < 10.0.0" ,
30+ " numba >= 0.63.0 , < 0.66 .0" ,
31+ " numpy >= 2.0 .0, < 2.5 .0" ,
32+ " pandas >= 2.3 .0, < 3.0.0" ,
33+ " pretty_midi >= 0.2.11 , < 1.0.0" ,
34+ " soundfile >= 0.13 .0, < 1.0.0" ,
35+ " scipy >= 1.15 .0, < 2.0.0" ,
36+ " libfmp >= 1.3 .0, < 2.0.0"
3737]
3838
3939[project .optional-dependencies ]
@@ -43,7 +43,7 @@ develop = [
4343 " jupyter" ,
4444 " nbstripout"
4545]
46- test = [" pytest == 6.2.* " ]
46+ test = [" pytest >= 8.3.0, < 9.0.0 " ]
4747doc = [
4848 " sphinx == 4.0.*" ,
4949 " sphinx_rtd_theme == 0.5.*"
0 commit comments