From ea5807709370bf9163e3ca6cefc50da4a21bbc6c Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Thu, 10 May 2018 11:34:37 +0300 Subject: [PATCH] fix broken syntax in requirements.txt --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fd8cbc..eae9816 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -torch=0.4.0 -numpy=1.14.3 -torchvision=0.2.1 -scipy=1.1.0 +torch==0.4.0 +numpy==1.14.3 +torchvision==0.2.1 +scipy==1.1.0 gitpython git+https://github.com/pytorch/tnt.git@master tensorflow==1.7.0 @@ -15,4 +15,4 @@ graphviz==0.8.2 ipywidgets==7.1.2 bqplot==0.10.5 pyyaml -pytest=3.5.1 +pytest==3.5.1 -- GitLab