Skip to content

Commit 5306794

Browse files
authored
Bump torch version to >=1.5.1,<=1.6.0 (#502)
Former-commit-id: 000d7d2 Former-commit-id: 2a72572a456c5596943171b06b9a4213aa16a798
1 parent ece38d0 commit 5306794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools
33
wheel
44
# PyTorch
55
--find-links=https://download.pytorch.org/whl/torch_stable.html
6-
torch==1.5.1
6+
torch>=1.5.1,<=1.6.0
77
# progress bars in model download and training scripts
88
tqdm
99
# Accessing files from S3 directly.

0 commit comments

Comments
 (0)