Files
hands-on/environment.yml
2018-04-24 16:13:15 +09:00

15 lines
199 B
YAML

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