glenn-jocher
commited on
Commit
·
93fc607
1
Parent(s):
f542926
PyTorch Hub and autoShape update (#1415)
Browse files- hubconf.py +1 -1
- 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', '
|
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 |
-
|
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
|