Skip to content
Snippets Groups Projects
Select Git revision
  • 967dd4d1c1b5d25d4b62910c5dcbc8b89b78ac7e
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

libccloperator.i

Blame
  • pyproject.toml 1.11 KiB
    [tool.poetry]
    name = "asr-benchmarks"
    version = "0.1.0"
    description = ""
    authors = ["Marcin Wątroba <markowanga@gmail.com>"]
    readme = "README.rst"
    packages = [{include = "sziszapangma"}]
    
    [tool.poetry.dependencies]
    python = ">=3.8,<3.12"
    dvc = {extras = ["s3"], version = "^2.38.1"}
    numpy = "1.23.5"
    requests = "^2.28.1"
    pandas = "^1.5.2"
    fasttext-wheel = "^0.9.2"
    pymongo = "^4.3.3"
    flask = "^2.2.2"
    flask-httpauth = "^4.7.0"
    minio = "^7.1.12"
    spacy = "^3.4.4"
    pysoundfile = "^0.9.0.post1"
    datasets = "^2.8.0"
    torchaudio = "^0.13.1"
    whisper = {git = "https://github.com/openai/whisper.git"}
    ffmpeg-python = "^0.2.0"
    pydub = "^0.25.1"
    librosa = "^0.9.2"
    soundfile = "^0.11.0"
    fsspec = "^2022.11.0"
    s3fs = "^2022.11.0"
    scipy = "^1.10.0"
    pika = "^1.3.1"
    pyopenssl = "^23.0.0"
    nltk = "^3.8.1"
    jupyterlab = "^3.5.2"
    transformers = "^4.25.1"
    
    [tool.poetry.group.dev.dependencies]
    pytest = "^7.2.0"
    mypy = "^0.991"
    black = "^22.12.0"
    typing-extensions = "^4.4.0"
    isort = {extras = ["pyproject"], version = "^5.11.4"}
    pyflakes = "^3.0.1"
    poethepoet = "^0.16.5"
    
    [build-system]
    requires = ["poetry-core"]
    build-backend = "poetry.core.masonry.api"