environment-dev.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. ################################################################################
  2. # Copyright (c) 2021 ContinualAI. #
  3. # Copyrights licensed under the MIT License. #
  4. # See the accompanying LICENSE file for terms. #
  5. # #
  6. # Date: 1-05-2020 #
  7. # Author(s): Vincenzo Lomonaco #
  8. # E-mail: contact@continualai.org #
  9. # Website: avalanche.continualai.org #
  10. ################################################################################
  11. channels:
  12. - conda-forge
  13. dependencies:
  14. - psutil
  15. - conda-forge::gputil
  16. - wandb
  17. - tensorboard
  18. - scikit-learn
  19. - matplotlib
  20. - numpy
  21. - conda-forge::quadprog
  22. - tqdm
  23. - pip
  24. - conda-forge::pycodestyle
  25. - sphinx
  26. - sphinx_rtd_theme
  27. - conda-forge::astroid=2.4.2
  28. - conda-forge::sphinx-autoapi
  29. - conda-forge::pycocotools
  30. - pip:
  31. - pytorchcv
  32. - gdown