From 5fa306c6a07102f4e531b052e586f4c5fb360b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Fri, 19 Feb 2016 11:14:26 +0100 Subject: [PATCH] All pip requirements in requirements.txt --- requirements.txt | 23 ++++++++++++++++++++++- requirements_macosx.txt | 12 ------------ 2 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 requirements_macosx.txt diff --git a/requirements.txt b/requirements.txt index d1e03c0..0baaf64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,27 @@ scikit-learn scipy git+git://github.com/tensorflow/skflow.git sympy -https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl wheel +###### +##### +#### Uncomment the right version of TensorFlow for your system +### +## +# Python 2, Ubuntu/Linux 64-bit, CPU only: +#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl + +# Python 2, Ubuntu/Linux 64-bit, GPU enabled: +#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl + +# Python 2, Mac OS X, CPU only: +#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl + +# Python 3, Ubuntu/Linux 64-bit, CPU only: +#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl + +# Python 3, Ubuntu/Linux 64-bit, GPU enabled: +#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl + +# Python 3, Mac OS X, CPU only: +#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl diff --git a/requirements_macosx.txt b/requirements_macosx.txt deleted file mode 100644 index 291c806..0000000 --- a/requirements_macosx.txt +++ /dev/null @@ -1,12 +0,0 @@ -jupyter -matplotlib -numpy -pandas -Pillow -scikit-learn -scipy -git+git://github.com/tensorflow/skflow.git -sympy -https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl -wheel -