diff options
author | Marvin | 2023-08-19 14:43:52 +0200 |
---|---|---|
committer | GitHub | 2023-08-19 14:43:52 +0200 |
commit | b5aee436d95c6eb54adb7dc3f405249520ff7e9b (patch) | |
tree | 79d45badaf5f7ee5bf049db214b8b598c335a617 /pyproject.toml | |
parent | 33a52ef9f681b8665b5b6000e74de447e0983c78 (diff) | |
parent | ec177107cb3a1a31d2fc49cc4990413af287305e (diff) |
Merge pull request #16 from Algo-Boys/distributor
Slurm distributor attempt one
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |