Merge pull request #540 from pierotofy/pin

Pin torch to 2.0.1
This commit is contained in:
Piero Toffanin
2023-11-15 13:18:43 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.5.1
1.5.2
+2 -1
View File
@@ -55,7 +55,8 @@ dependencies = [
"redis ==4.3.4",
"prometheus-client ==0.15.0",
"polib ==1.1.1",
"packaging ==23.1"
"packaging ==23.1",
"torch ==2.0.1"
]
[project.scripts]