handson-ml/environment.yml

17 lines
179 B
YAML

name: handson-ml
dependencies:
- python=3.5
- jupyter
- matplotlib
- numexpr
- numpy
- pandas
- Pillow
- psutil
- scikit-learn
- scipy
- sympy
- pip:
- tensorflow
- watermark