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

Switch to unified view

a b/environment.yml
1
name: heart-disease
2
channels:
3
  - defaults
4
dependencies:
5
  - pip=20.0.2
6
  - python=3.7.7
7
  - pip:
8
      - azureml-sdk
9
      - tensorflow-gpu==2.0
10
      - matplotlib==3.1.3