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
commit b0a84f30f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
1.5.1
1.5.2

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]