From f5e3e555d72d00de037994d5d8547ee12eb03f65 Mon Sep 17 00:00:00 2001 From: Youngjin Shin Date: Tue, 23 Mar 2021 17:03:04 +0900 Subject: [PATCH 1/2] Add opencv-contrib-python to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cb50cf8f32e1..62cf2398f430 100755 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ Cython matplotlib>=3.2.2 numpy>=1.18.5 opencv-python>=4.1.2 +opencv-contrib-python>=4.1.2 Pillow PyYAML>=5.3.1 scipy>=1.4.1 From 1c966b1318e1cd3088cf6f9b4facc121de263871 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 29 Mar 2021 17:05:18 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62cf2398f430..fd187eb56cfe 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,18 @@ # pip install -r requirements.txt # base ---------------------------------------- -Cython matplotlib>=3.2.2 numpy>=1.18.5 opencv-python>=4.1.2 -opencv-contrib-python>=4.1.2 Pillow PyYAML>=5.3.1 scipy>=1.4.1 -tensorboard>=2.2 torch>=1.7.0 torchvision>=0.8.1 tqdm>=4.41.0 # logging ------------------------------------- +tensorboard>=2.4.1 # wandb # plotting ------------------------------------