musicnn icon indicating copy to clipboard operation
musicnn copied to clipboard

Remove upper bound for Numpy version

Open LinusOstlund opened this issue 2 years ago • 0 comments

I ran into legacy errors when there was an upper bound on NumPy, as later versions of Librosa require NP >= 17.

  • Librosa Version: 0.9.2
  • NumPy Version: 1.23.3
  • Tensorflow Version: 2.10.0
The conflict is caused by:
    musicnn 0.0.1 depends on numpy<1.17 and >=1.14.5
    librosa 0.9.2 depends on numpy>=1.17.0
    musicnn 0.0.1 depends on numpy<1.17 and >=1.14.5
    librosa 0.9.1 depends on numpy>=1.17.0
    musicnn 0.0.1 depends on numpy<1.17 and >=1.14.5
    librosa 0.9.0 depends on numpy>=1.17.0

Thanks @carlthome for debugging

LinusOstlund avatar Oct 05 '22 12:10 LinusOstlund