a b/environment.yml
1
name: Binder-environment
2
channels:
3
  - conda-forge
4
dependencies:
5
  - python=3.5
6
  - numpy
7
  - pip:
8
    - tensorflow
9
    - keras
10
    - lifelines
11
    - optunity
12
    - matplotlib
13
    - sklearn
14
    - scipy
15
    - pandas