Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove upper bound for Numpy version #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LinusOstlund
Copy link

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

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant