From cadd2f75ff5108818048cf48af8a5e8558acf6ee Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 2 Dec 2019 16:46:15 -0800 Subject: [PATCH] updates --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a475a45c..bb6e49e9 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,16 @@ -# pip3 install -U -r requirements.txt +# pip install -U -r requirements.txt numpy opencv-python torch >= 1.3 matplotlib pycocotools tqdm -tb-nightly -future Pillow +# Tensorboard pip requirements ------------------------------------------------- +# tb-nightly +# future + # Equivalent conda commands ---------------------------------------------------- # conda update -n base -c defaults conda # conda install -yc anaconda future numpy opencv matplotlib tqdm pillow