You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
speakerbox requires datasets~=1.18 which in turn requires numpy>=1.17. The datasets1.x line hasn't been updated since mid-2022. numpyv1.20deprecated use of aliases of built-in types and expired those deprecations in v1.24. The datasets1.x line uses those aliases, so a default install of speakerbox fails during training.
Expected Behavior
Training should work.
Reproduction
pipenv install speakerbox==1.2.0
Use speakerbox.train()
Environment
OS Version: macOS 13.4
Python: 3.10.13
speakerbox Version: 1.2.0
The text was updated successfully, but these errors were encountered:
Describe the Bug
speakerbox
requiresdatasets~=1.18
which in turn requiresnumpy>=1.17
. Thedatasets
1.x
line hasn't been updated since mid-2022.numpy
v1.20
deprecated use of aliases of built-in types and expired those deprecations inv1.24
. Thedatasets
1.x
line uses those aliases, so a default install ofspeakerbox
fails during training.Expected Behavior
Training should work.
Reproduction
pipenv install speakerbox==1.2.0
Use
speakerbox.train()
Environment
The text was updated successfully, but these errors were encountered: