Pin torch to 2.0.1

This commit is contained in:
Piero Toffanin 2023-11-15 13:11:52 -05:00
parent 57c7f63cce
commit 5120f122f1

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]