forked from ContinualAI/avalanche
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
28 lines (27 loc) · 1.01 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
# Copyright (c) 2021 ContinualAI. #
# Copyrights licensed under the MIT License. #
# See the accompanying LICENSE file for terms. #
# #
# Date: 09-02-2021 #
# Author(s): Gabriele Graffieti #
# E-mail: contact@continualai.org #
# Website: avalanche.continualai.org #
################################################################################
channels:
- conda-forge
dependencies:
- psutil
- conda-forge::gputil
- scikit-learn
- matplotlib
- numpy
- conda-forge::quadprog
- tqdm
- wandb
- tensorboard
- conda-forge::pycocotools
- pip
- pip:
- pytorchcv
- gdown