diff --git a/requirements.txt b/requirements.txt index 868c0c43b12a1a0f26ba40239bae2a5d2cfa8293..1fd8cbc3a33b6a6a1b6a332af74a4708a6f5654d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -torch -numpy -torchvision -scipy +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 +pytest=3.5.1