Files
hands-on/environment.yml
2018-03-16 15:11:07 +09:00

12 lines
158 B
YAML

name: handson-ml
dependencies:
- python=3.5
- scikit-learn
- matplotlib
- jupyter
- pandas
- pillow
- pip:
- tensorflow-gpu
- watermark