From ec177107cb3a1a31d2fc49cc4990413af287305e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 19 Aug 2023 14:40:47 +0200 Subject: Fixed some distribution thingies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index fdd89a5..1c29b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "readme.md" packages = [{include = "swr2_asr"}] [tool.poetry.dependencies] -python = "~3.10" +python = "^3.10" torch = "2.0.0" torchaudio = "2.0.1" audioloader = {git = "https://github.com/marvinborner/AudioLoader.git"} -- cgit v1.2.3