environment.yml 1.0 KB

12345678910111213141516171819202122232425262728
  1. ################################################################################
  2. # Copyright (c) 2021 ContinualAI. #
  3. # Copyrights licensed under the MIT License. #
  4. # See the accompanying LICENSE file for terms. #
  5. # #
  6. # Date: 09-02-2021 #
  7. # Author(s): Gabriele Graffieti #
  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. - scikit-learn
  17. - matplotlib
  18. - numpy
  19. - conda-forge::quadprog
  20. - tqdm
  21. - wandb
  22. - tensorboard
  23. - conda-forge::pycocotools
  24. - pip
  25. - pip:
  26. - pytorchcv
  27. - gdown