glenn-jocher commited on
Commit
93fc607
1 Parent(s): f542926

PyTorch Hub and autoShape update (#1415)

Browse files
Files changed (2) hide show
  1. hubconf.py +1 -1
  2. requirements.txt +1 -1
hubconf.py CHANGED
@@ -14,7 +14,7 @@ from models.yolo import Model
14
  from utils.general import set_logging
15
  from utils.google_utils import attempt_download
16
 
17
- dependencies = ['torch', 'yaml', 'pillow']
18
  set_logging()
19
 
20
 
 
14
  from utils.general import set_logging
15
  from utils.google_utils import attempt_download
16
 
17
+ dependencies = ['torch', 'PyYAML>=5.3', 'Pillow']
18
  set_logging()
19
 
20
 
requirements.txt CHANGED
@@ -5,7 +5,7 @@ Cython
5
  matplotlib>=3.2.2
6
  numpy>=1.18.5
7
  opencv-python>=4.1.2
8
- pillow
9
  PyYAML>=5.3
10
  scipy>=1.4.1
11
  tensorboard>=2.2
 
5
  matplotlib>=3.2.2
6
  numpy>=1.18.5
7
  opencv-python>=4.1.2
8
+ Pillow
9
  PyYAML>=5.3
10
  scipy>=1.4.1
11
  tensorboard>=2.2