Diff of /examples/IC50/conda.yml [000000] .. [992277]

Switch to unified view

a b/examples/IC50/conda.yml
1
name: paccmann_predictor
2
channels:
3
 - https://conda.anaconda.org/rdkit
4
dependencies:
5
  - rdkit=2019.03.1
6
  - python>=3.6,<3.8
7
  - pip>=19.1
8
  - pip:
9
    - pytoda==1.0.0
10
    - numpy>=1.14.3
11
    - scipy>=1.3.1
12
    - torch>=1.7.1
13
    - tqdm
14
    - pandas
15