From 9e9925bfc6a0661d6c3b06a905b300bd12ad2a72 Mon Sep 17 00:00:00 2001 From: "Hailu, Dawit Abiy" <dawit.hailu@uni-hamburg.de> Date: Mon, 12 Jul 2021 13:52:40 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6bb7448..0563fab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ -conda environment with python=3.6, -install astra-toolbox stable version +install conda environment with python=3.6, +install astra-toolbox stable version(```conda install -c astra-toolbox astra-toolbox```) +``` conda install pytorch torchvision cudatoolkit=9.0 -c pytorch conda install dival +``` Make sure to integrate it to the Jupyter kernel. -- GitLab