glenn-jocher commited on
Commit
3e5e444
·
1 Parent(s): 127cbeb

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
  # pip install -U -r requirements.txt
2
  Cython
 
3
  numpy>=1.18.5
4
- opencv-python
5
- torch>=1.6
6
- matplotlib
7
  pillow
8
- tensorboard
9
- PyYAML>=5.3
10
- torchvision>=0.6
11
- scipy
12
- tqdm
13
  # pycocotools>=2.0
 
 
 
 
 
 
14
 
15
  # Conda commands (in place of pip) ---------------------------------------------
16
  # conda update -yn base -c defaults conda
 
1
  # pip install -U -r requirements.txt
2
  Cython
3
+ matplotlib>=3.2.2
4
  numpy>=1.18.5
5
+ opencv-python>=4.1.2
 
 
6
  pillow
 
 
 
 
 
7
  # pycocotools>=2.0
8
+ PyYAML>=5.3
9
+ scipy>1.4.1
10
+ tensorboard>=2.2
11
+ torch>=1.6.0
12
+ torchvision>=0.7.0
13
+ tqdm>=4.41.0
14
 
15
  # Conda commands (in place of pip) ---------------------------------------------
16
  # conda update -yn base -c defaults conda