HugoHE commited on
Commit
2b3cdd0
·
1 Parent(s): a922f5e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -3,9 +3,9 @@ pandas
3
  numpy
4
  matplotlib
5
  # Torch
6
- --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
7
- torch==1.10.1+cpu
8
- torchvision==0.11.2+cpu
9
  # Detectron
10
  --find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
11
  detectron2
 
3
  numpy
4
  matplotlib
5
  # Torch
6
+ --extra-index-url https://download.pytorch.org/whl/cpu
7
+ torch==1.11.0+cpu
8
+ torchvision==0.12.0+cpu
9
  # Detectron
10
  --find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
11
  detectron2