diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2e69211..57c60c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,11 @@ packages = [{include = "swr2_asr"}] python = "^3.10" torch = "2.0.0" torchaudio = "2.0.1" -audioloader = {git = "https://github.com/marvinborner/AudioLoader.git"} tqdm = "^4.66.1" numpy = "^1.25.2" mido = "^1.3.0" tokenizers = "^0.13.3" click = "^8.1.7" -audio-metadata = "^0.11.1" [tool.poetry.group.dev.dependencies] black = "^23.7.0" @@ -25,7 +23,6 @@ mypy = "^1.5.1" pylint = "^2.17.5" ruff = "^0.0.285" types-tqdm = "^4.66.0.1" -ipykernel = "^6.25.1" [tool.ruff] select = ["E", "F", "B", "I"] |