Diff of /environment.yml [000000] .. [e77990]

Switch to side-by-side view

--- a
+++ b/environment.yml
@@ -0,0 +1,10 @@
+name: heart-disease
+channels:
+  - defaults
+dependencies:
+  - pip=20.0.2
+  - python=3.7.7
+  - pip:
+      - azureml-sdk
+      - tensorflow-gpu==2.0
+      - matplotlib==3.1.3