relax versions for torch and torchvision

v1.0
Jianwei Yang 2023-10-22 20:32:29 -07:00 committed by GitHub
parent aa6dff1f51
commit 644b6ef415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ classifiers = [
]
dependencies = [
"torch==2.1.0",
"torchvision==0.16.0",
"torch",
"torchvision",
"pillow==9.4.0",
"opencv-python==4.8.1.78",
"pyyaml==6.0.1",