Skip to content

Commit 9259508

Browse files
committed
Make pytorch version non strict
1 parent e0513b4 commit 9259508

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ pytorchcv
2121
terminaltables
2222
torch-lr-finder==0.2.1
2323
onnx
24-
-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
25-
torchvision==0.9.2
26-
torch==1.8.2
24+
torchvision==0.9.*
25+
torch==1.8.*
2726
optuna
2827
timm
2928
addict

0 commit comments

Comments
 (0)