From 0e5f18997cd1ea9b79f18b2915d4b371910932c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Tue, 22 Jan 2019 12:44:04 +0800 Subject: [PATCH] Remove jupyter extensions, make nbdime optional, and only install tf-nightly-2.0-preview, not gpu version --- requirements.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index e47a36f..61bf795 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ xgboost==0.81 # you must install CUDA, cuDNN and more: see tensorflow.org for the detailed # installation instructions. tf-nightly-2.0-preview -tf-nightly-gpu-2.0-preview +#tf-nightly-gpu-2.0-preview #tensorflow==1.12.0 #tensorflow-gpu==1.12.0 #tensorflow-hub==0.2.0 @@ -70,7 +70,7 @@ scikit-image==0.14.1 ##### Extra packages (optional) # Nice utility to diff Jupyter Notebooks. -nbdime==1.0.4 +#nbdime==1.0.4 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial). @@ -83,8 +83,4 @@ urlextract==0.8.3 # Optional: this extension is handy to easily start/stop tensorboard # server(s) directly from Jupyter. -jupyter-tensorboard==0.1.8 - -# Optional: these are useful Jupyter extensions, in particular to display the -# table of contents -jupyter-contrib-nbextensions==0.5.0 +#jupyter-tensorboard==0.1.8