From 50a93e141c6612955be9c79ee28f4444ea4da439 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 4 Sep 2019 10:05:42 +0200 Subject: [PATCH] updates Signed-off-by: Glenn Jocher --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33daa707..ee81adbc 100755 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Pillow # Equivalent conda commands ---------------------------------------------------- # conda update -n base -c defaults conda -# conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow -# conda install -y -c conda-forge scikit-image tensorboard pycocotools -# conda install -y -c spyder-ide spyder-line-profiler -# conda install pytorch torchvision -c pytorch +# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow +# conda install -yc conda-forge scikit-image tensorboard pycocotools +# conda install -yc spyder-ide spyder-line-profiler +# conda install -yc pytorch pytorch torchvision