handson-ml/environment.yml

17 lines
179 B
YAML
Raw Normal View History

2017-12-21 08:03:37 +01:00
name: handson-ml
dependencies:
- python=3.5
- jupyter
- matplotlib
- numexpr
- numpy
- pandas
- Pillow
- psutil
- scikit-learn
- scipy
- sympy
- pip:
- tensorflow
- watermark