From dd7b028e019cdc9a53d821713cf9923f1f70aca7 Mon Sep 17 00:00:00 2001 From: danigb Date: Wed, 1 Mar 2023 14:52:38 +0100 Subject: [PATCH] chore: update numba --- setup.py | 2 +- src/BeatNet.egg-info/requires.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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