From 990899e8ae868cb9e933b8c0357b9a41fdb98959 Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Tue, 8 May 2018 19:30:49 +0300 Subject: [PATCH] temporarily remove the binding to PyTorch release 0.3 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15db266..868c0c4 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -torch==0.3.1 -numpy==1.14.2 -torchvision==0.2.0 -scipy==1.0.1 +torch +numpy +torchvision +scipy gitpython git+https://github.com/pytorch/tnt.git@master tensorflow==1.7.0 -- GitLab