Files
hands-on/environment.yml
2018-04-26 16:51:21 +09:00

16 lines
210 B
YAML

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