update requirements.txt (#1431)

This commit is contained in:
Glenn Jocher 2020-08-03 19:37:38 -07:00
parent 0613806286
commit ee82e3db5d

View File

@ -1,17 +1,18 @@
# pip install -U -r requirements.txt # pip install -U -r requirements.txt
Cython Cython
numpy==1.17 matplotlib>=3.2.2
opencv-python numpy>=1.18.5
torch>=1.5.1 opencv-python>=4.1.2
matplotlib
pillow pillow
tensorboard # pycocotools>=2.0
torchvision PyYAML>=5.3
scipy scipy>=1.4.1
tqdm tensorboard>=2.2
git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI torch>=1.6.0
torchvision>=0.7.0
tqdm>=4.41.0
# Conda commands (in lieu of pip) --------------------------------------------- # Conda commands (in place of pip) ---------------------------------------------
# conda update -yn base -c defaults conda # conda update -yn base -c defaults conda
# conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython
# conda install -yc conda-forge scikit-image pycocotools tensorboard # conda install -yc conda-forge scikit-image pycocotools tensorboard