aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMarvin2023-08-19 14:43:52 +0200
committerGitHub2023-08-19 14:43:52 +0200
commitb5aee436d95c6eb54adb7dc3f405249520ff7e9b (patch)
tree79d45badaf5f7ee5bf049db214b8b598c335a617 /pyproject.toml
parent33a52ef9f681b8665b5b6000e74de447e0983c78 (diff)
parentec177107cb3a1a31d2fc49cc4990413af287305e (diff)
Merge pull request #16 from Algo-Boys/distributor
Slurm distributor attempt one
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"}