Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'numpy',
'cython',
'librosa>=0.8.0',
'numba==0.54.1', # Manually specified here as librosa incorrectly states that it is compatible with the latest version of numba although 0.50.0 is not compatible.
'numba==0.55.2', # Manually specified here as librosa incorrectly states that it is compatible with the latest version of numba although 0.50.0 is not compatible.
'scipy',
'mido>=1.2.6',
'pytest',
Expand Down
2 changes: 1 addition & 1 deletion src/BeatNet.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy
cython
librosa>=0.8.0
numba==0.54.1
numba==0.55.2
scipy
mido>=1.2.6
pytest
Expand Down