123456789101112131415161718192021222324252627282930313233 |
- ################################################################################
- # Copyright (c) 2021 ContinualAI. #
- # Copyrights licensed under the MIT License. #
- # See the accompanying LICENSE file for terms. #
- # #
- # Date: 1-05-2020 #
- # Author(s): Vincenzo Lomonaco #
- # E-mail: contact@continualai.org #
- # Website: avalanche.continualai.org #
- ################################################################################
- channels:
- - conda-forge
- dependencies:
- - psutil
- - conda-forge::gputil
- - wandb
- - tensorboard
- - scikit-learn
- - matplotlib
- - numpy
- - conda-forge::quadprog
- - tqdm
- - pip
- - conda-forge::pycodestyle
- - sphinx
- - sphinx_rtd_theme
- - conda-forge::astroid=2.4.2
- - conda-forge::sphinx-autoapi
- - conda-forge::pycocotools
- - pip:
- - pytorchcv
- - gdown
|