conda 환경 파일 추가

This commit is contained in:
Haesun Park
2018-03-16 15:11:07 +09:00
parent 7389db1c73
commit ffe2d39dc1

11
environment.yml Normal file
View File

@@ -0,0 +1,11 @@
name: handson-ml
dependencies:
- python=3.5
- scikit-learn
- matplotlib
- jupyter
- pandas
- pillow
- pip:
- tensorflow-gpu
- watermark