Skip to content

Update install dependencies #30

@mattpitkin

Description

@mattpitkin

After installing the package from the cloned repository, importing the package:

from speechtokenizer import SpeechTokenizer

fails due to the missing dependencies on beartype and tensorboard. Could these please be added to the install requirements in setup.py by updating

install_requires=['numpy', 'torch', 'torchaudio', 'einops','scipy','huggingface-hub','soundfile', 'matplotlib', 'lion_pytorch', 'accelerate'],

to:

install_requires=[
    'beartype',
    'tensorboard',
    'numpy',
    'torch',
    'torchaudio',
    'einops',
    'scipy',
    'huggingface-hub',
    'soundfile',
    'matplotlib',
    'lion_pytorch',
    'accelerate'
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions