diff --git a/setup.py b/setup.py index a19847b..8291e2e 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/BeatNet.egg-info/requires.txt b/src/BeatNet.egg-info/requires.txt index 05f25f4..cbe89de 100644 --- a/src/BeatNet.egg-info/requires.txt +++ b/src/BeatNet.egg-info/requires.txt @@ -1,7 +1,7 @@ numpy cython librosa>=0.8.0 -numba==0.54.1 +numba==0.55.2 scipy mido>=1.2.6 pytest