fixed the pinning of torch in requirements.txt and conda recipe
... | ... | @@ -6,5 +6,5 @@ bob.extension |
bob.core | ||
bob.io.base | ||
bob.io.image | ||
torch == 0.4.0 | ||
torch >= 0.4.0 | ||
torchvision >= 0.2.0 |
Please register or sign in to comment
... | ... | @@ -6,5 +6,5 @@ bob.extension |
bob.core | ||
bob.io.base | ||
bob.io.image | ||
torch == 0.4.0 | ||
torch >= 0.4.0 | ||
torchvision >= 0.2.0 |