Remove jupyter extensions, make nbdime optional, and only install tf-nightly-2.0-preview, not gpu version
parent
ef67090d71
commit
0e5f18997c
|
@ -46,7 +46,7 @@ xgboost==0.81
|
||||||
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
|
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
|
||||||
# installation instructions.
|
# installation instructions.
|
||||||
tf-nightly-2.0-preview
|
tf-nightly-2.0-preview
|
||||||
tf-nightly-gpu-2.0-preview
|
#tf-nightly-gpu-2.0-preview
|
||||||
#tensorflow==1.12.0
|
#tensorflow==1.12.0
|
||||||
#tensorflow-gpu==1.12.0
|
#tensorflow-gpu==1.12.0
|
||||||
#tensorflow-hub==0.2.0
|
#tensorflow-hub==0.2.0
|
||||||
|
@ -70,7 +70,7 @@ scikit-image==0.14.1
|
||||||
##### Extra packages (optional)
|
##### Extra packages (optional)
|
||||||
|
|
||||||
# Nice utility to diff Jupyter Notebooks.
|
# 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
|
# May be useful with Pandas for complex "where" clauses (e.g., Pandas
|
||||||
# tutorial).
|
# tutorial).
|
||||||
|
@ -83,8 +83,4 @@ urlextract==0.8.3
|
||||||
|
|
||||||
# Optional: this extension is handy to easily start/stop tensorboard
|
# Optional: this extension is handy to easily start/stop tensorboard
|
||||||
# server(s) directly from Jupyter.
|
# server(s) directly from Jupyter.
|
||||||
jupyter-tensorboard==0.1.8
|
#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
|
|
||||||
|
|
Loading…
Reference in New Issue