Diff of /environment.yml [000000] .. [2cc208]

Switch to side-by-side view

--- a
+++ b/environment.yml
@@ -0,0 +1,15 @@
+name: Binder-environment
+channels:
+  - conda-forge
+dependencies:
+  - python=3.5
+  - numpy
+  - pip:
+    - tensorflow
+    - keras
+    - lifelines
+    - optunity
+    - matplotlib
+    - sklearn
+    - scipy
+    - pandas