Browse Source

Update pytorch version (#538)

pytorch reinstalled
yorelog 1 year ago
parent
commit
3e49f07821
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -47,7 +47,7 @@ dependencies = [
 
 
 [project.optional-dependencies]
 [project.optional-dependencies]
 stable = [
 stable = [
-    "torch==2.3.1",
+    "torch>=2.3.1",
     "torchaudio",
     "torchaudio",
 ]
 ]