greenhouse/requirements.txt

18 lines
488 B
Plaintext
Raw Normal View History

2018-08-26 10:51:39 +02:00
# pip3 install -U -r requirements.txt
numpy
opencv-python
2019-11-23 09:35:11 -10:00
torch >= 1.3
2018-08-26 10:51:39 +02:00
matplotlib
pycocotools
tqdm
2019-08-08 16:30:34 -04:00
tb-nightly
future
2019-08-12 11:38:36 +01:00
Pillow
2019-08-14 15:54:40 +02:00
# Equivalent conda commands ----------------------------------------------------
# conda update -n base -c defaults conda
# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow
2019-11-23 09:25:21 -10:00
# conda install -yc conda-forge scikit-image pycocotools tensorboard
# conda install -yc spyder-ide spyder-line-profiler
# conda install -yc pytorch pytorch torchvision