Skip to content

Fix setup.py #76

@Fhrozen

Description

@Fhrozen

from setuptools import setup

from setuptools import setup
from setuptools import find_packages


setup(
   name='allosaurus',
   version='2.0.1',
   description='A python speech recognition framework',
   packages=find_packages(),
   author='Xinjian Li',
   package_data={'': ['*.yml', '*.csv']},
   install_requires=[
      'scipy',
      'numpy',
      'torch',
      'editdistance',
      'loguru'
   ]
)

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