From 30076335859d7cd33de5a66251fa8b46bfa07269 Mon Sep 17 00:00:00 2001 From: pyeres Date: Tue, 19 Nov 2019 17:54:51 -0500 Subject: [PATCH] update pytorch and numpy version requirements --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index f1015417d..3b4c2ca70 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - pytorch dependencies: - python=3.6 - - pytorch=1.0.0 + - pytorch=1.1.0 - torchvision=0.2.1 - - numpy=1.14.5 + - numpy=1.15.0 - scikit-learn=0.19.1 - pandas=0.23.0 # bokeh for plotting