-
- Downloads
relaxed constraints on pytorch and torchvision versions
... | ... | @@ -3,5 +3,5 @@ numpy |
bob.extension | ||
bob.core | ||
bob.bio.base | ||
torch == 0.4.0 | ||
torchvision == 0.2.0 | ||
torch >= 0.4.0 | ||
torchvision >= 0.2.0 |
Please register or sign in to comment