Skip to content

Commit

Permalink
Mentioned older version of numpy in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanPandeyy committed Apr 14, 2023
1 parent 9b07c52 commit c0b85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda activate pysot

#### Install numpy/pytorch/opencv
```
conda install numpy
conda install 'numpy<1.24'
conda install pytorch=0.4.1 torchvision cuda90 -c pytorch
pip install opencv-python
```
Expand Down

0 comments on commit c0b85fa

Please sign in to comment.