Skip to content

Commit

Permalink
Added correct version of librosa on dependencies of setup.py
Browse files Browse the repository at this point in the history
Former-commit-id: ead21cf
Former-commit-id: 5e07c64
  • Loading branch information
urinieto committed Mar 24, 2015
1 parent fbacc6e commit b49d924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions msaf/algorithms/olda/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

# OLDA params
config = {
#"transform": os.path.join(os.path.dirname(os.path.realpath(__file__)),
#"models", "EstBeats_SALAMI-i.npy")
"transform": os.path.join(os.path.dirname(os.path.realpath(__file__)),
"models", "EstBeats_BeatlesIso.npy")
"models", "EstBeats_SALAMI-i.npy")
#"transform": os.path.join(os.path.dirname(os.path.realpath(__file__)),
#"models", "EstBeats_BeatlesIso.npy")
}

algo_id = "olda"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'decorator',
'cvxopt',
'joblib',
'librosa',
'librosa >= 0.4.0rc1',
'mir_eval',
'pandas'
],
Expand Down

0 comments on commit b49d924

Please sign in to comment.