diff --git a/setup.py b/setup.py index 55e44fc..a431d4a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Packages required in 'production' REQUIRED = [ 'audioread == 2.1.8', - 'numpy == 1.18.1', + 'numpy', 'scipy == 1.4.1', 'librosa == 0.7.2', 'h5py == 2.10.0',