From 672cf5c252a8005e6fed6a7e00e1aff39541bdab Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 25 Apr 2020 16:07:59 -0500 Subject: [PATCH] Fixed reqs ordering bug that installed wrong torch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4427411..a348081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ h5py imgaug IPython[all] pandas>=0.23.1 +torch==0.4.1 torchvision>=0.2.1 -torch==0.4.1 \ No newline at end of file