From b9ca5719c396fd4ad5881bd9d4c509a25225f9b6 Mon Sep 17 00:00:00 2001 From: Dominik Fay Date: Wed, 30 May 2018 18:38:43 +0200 Subject: [PATCH] Update requirements --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 040dd67..38d8a9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,24 @@ ## Requirements ## # General -numpy -Pillow +numpy == 1.14.3 +Pillow == 5.1.0 imageio == 2.3.0 -six -joblib +six == 1.11.0 +joblib == 0.11 tqdm # PyTorch -torch >= 0.4.0 -torchvision +torch == 0.4.0 +torchvision == 0.2.1 # Required to build PyTorch extensions -cffi +cffi==1.11.5 # Tensorboard tensorflow -git+https://github.com/lanpa/tensorboard-pytorch@f76e92be99cb4415c03f474d77ab09915bce6d55 +tensorboardX # OpenCV -opencv-python -opencv-contrib-python +opencv-python == 3.4.1.15 +opencv-contrib-python == 3.4.0.14