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 = [ dependencies = [
"torch==2.1.0", "torch",
"torchvision==0.16.0", "torchvision",
"pillow==9.4.0", "pillow==9.4.0",
"opencv-python==4.8.1.78", "opencv-python==4.8.1.78",
"pyyaml==6.0.1", "pyyaml==6.0.1",