From cf6d67e855609a2ef07dfaf6c29d00123415b081 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 16 Nov 2020 23:14:07 +0100 Subject: [PATCH] PyTorch Hub and autoShape update (#1415) --- hubconf.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hubconf.py b/hubconf.py index 61ff4cc4f239..2266cab4c0e2 100644 --- a/hubconf.py +++ b/hubconf.py @@ -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() diff --git a/requirements.txt b/requirements.txt index d04638f18e87..c5e6a6119321 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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