-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
26 lines (25 loc) · 1005 Bytes
/
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
################################################################################
# Copyright (c) 2021 ContinualAI Research #
# Copyrights licensed under the CC BY 4.0 License. #
# See the accompanying LICENSE file for terms. #
# #
# Date: 09-02-2021 #
# Author(s): Gabriele Graffieti #
# E-mail: [email protected] #
# Website: clair.continualai.org #
################################################################################
channels:
- conda-forge
dependencies:
- psutil
- tensorboard
- scikit-learn
- matplotlib
- numpy
- conda-forge::quadprog
- tqdm
- pip
- pandas
- pip:
- pytorchcv
- googledrivedownloader