From 483bc589cef24b7e4bfce066f85bbb618329ed2c Mon Sep 17 00:00:00 2001 From: rickiepark Date: Tue, 30 Jan 2018 17:26:07 +0900 Subject: [PATCH] sync with upstream --- .gitignore | 2 -- environment.yml | 16 ---------------- 2 files changed, 18 deletions(-) delete mode 100644 environment.yml diff --git a/.gitignore b/.gitignore index b8f995c..c77a27e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,3 @@ my_* datasets/words datasets/flowers datasets/spam -*.gz -datasets/mnist/train-labels-idx1-ubyte diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d930bee..0000000 --- a/environment.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: handson-ml -dependencies: -- python=3.5 -- jupyter -- matplotlib -- numexpr -- numpy -- pandas -- Pillow -- psutil -- scikit-learn -- scipy -- sympy -- pip: - - tensorflow - - watermark