From ffe2d39dc10f174f6c7b7250b3b0bb23a58dc4b6 Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Fri, 16 Mar 2018 15:11:07 +0900 Subject: [PATCH] =?UTF-8?q?conda=20=ED=99=98=EA=B2=BD=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..28b445b --- /dev/null +++ b/environment.yml @@ -0,0 +1,11 @@ +name: handson-ml +dependencies: + - python=3.5 + - scikit-learn + - matplotlib + - jupyter + - pandas + - pillow + - pip: + - tensorflow-gpu + - watermark