This commit is contained in:
Glenn Jocher 2019-12-06 14:13:07 -08:00
parent 3bd00360bc
commit 5e747f8da9
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Pillow
# Equivalent conda commands ---------------------------------------------------- # Equivalent conda commands ----------------------------------------------------
# conda update -n base -c defaults conda # conda update -n base -c defaults conda
# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow # conda install -yc anaconda numpy opencv matplotlib tqdm pillow future
# conda install -yc conda-forge scikit-image pycocotools tensorboard # conda install -yc conda-forge scikit-image pycocotools onnx tensorboard
# conda install -yc spyder-ide spyder-line-profiler # conda install -yc spyder-ide spyder-line-profiler
# conda install -yc pytorch pytorch torchvision # conda install -yc pytorch pytorch torchvision