torch version fix

- pip doesn't have 2.3.1
pull/46/head
thomasflittner 2024-12-25 13:05:03 +09:00
parent 5fe8d92c64
commit 17fea550b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
numpy
torch==2.3.1
torch==2.2.2
torchvision==0.18.1
scikit-learn
yacs