torch version fix

pull/46/head
thomasflittner 2024-12-25 13:05:44 +09:00
parent 17fea550b2
commit 0fa0326146
1 changed files with 1 additions and 1 deletions

View File

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