Skip to content

Commit

Permalink
PyTorch Hub and autoShape update (ultralytics#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Nov 16, 2020
1 parent 822b604 commit cf6d67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from utils.general import set_logging
from utils.google_utils import attempt_download

dependencies = ['torch', 'yaml', 'pillow']
dependencies = ['torch', 'PyYAML>=5.3', 'Pillow']
set_logging()


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Cython
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
pillow
Pillow
PyYAML>=5.3
scipy>=1.4.1
tensorboard>=2.2
Expand Down

0 comments on commit cf6d67e

Please sign in to comment.