Created
April 30, 2017 07:48
-
-
Save manboubird/5d501d07aff20d30536fceb8dbe1d32d to your computer and use it in GitHub Desktop.
Tensorflow 1.1.0 Anaconda environment for keras and jupyter environemnt.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: py35.tensorflow | |
channels: !!python/tuple | |
- conda-forge | |
- defaults | |
dependencies: | |
- _nb_ext_conf=0.3.0=py35_0 | |
- anaconda-client=1.6.0=py35_0 | |
- appnope=0.1.0=py35_0 | |
- clyent=1.2.2=py35_0 | |
- conda-forge::blas=1.1=openblas | |
- conda-forge::libgfortran=3.0.0=0 | |
- conda-forge::numpy=1.11.3=py35_blas_openblas_200 | |
- conda-forge::openblas=0.2.19=2 | |
- conda-forge::scikit-learn=0.18.1=np111py35_blas_openblas_200 | |
- conda-forge::scipy=0.19.0=np111py35_blas_openblas_200 | |
- cycler=0.10.0=py35_0 | |
- decorator=4.0.10=py35_1 | |
- entrypoints=0.2.2=py35_0 | |
- freetype=2.5.5=1 | |
- h5py=2.6.0=np111py35_2 | |
- hdf5=1.8.17=1 | |
- icu=54.1=0 | |
- ipykernel=4.5.2=py35_0 | |
- ipython=5.1.0=py35_1 | |
- ipython_genutils=0.1.0=py35_0 | |
- ipywidgets=5.2.2=py35_0 | |
- jinja2=2.8=py35_1 | |
- jsonschema=2.5.1=py35_0 | |
- jupyter=1.0.0=py35_3 | |
- jupyter_client=4.4.0=py35_0 | |
- jupyter_console=5.0.0=py35_0 | |
- jupyter_core=4.2.1=py35_0 | |
- libpng=1.6.22=0 | |
- markupsafe=0.23=py35_2 | |
- matplotlib=1.5.3=np111py35_1 | |
- mistune=0.7.3=py35_1 | |
- mkl=11.3.3=0 | |
- nb_anacondacloud=1.2.0=py35_0 | |
- nb_conda=2.0.0=py35_0 | |
- nb_conda_kernels=2.0.0=py35_0 | |
- nbconvert=4.2.0=py35_0 | |
- nbformat=4.2.0=py35_0 | |
- nbpresent=3.0.2=py35_0 | |
- notebook=4.3.0=py35_0 | |
- openssl=1.0.2j=0 | |
- pandas=0.19.2=np111py35_0 | |
- path.py=9.0.1=py35_0 | |
- pexpect=4.0.1=py35_0 | |
- pickleshare=0.7.4=py35_0 | |
- pip=9.0.1=py35_1 | |
- prompt_toolkit=1.0.9=py35_0 | |
- ptyprocess=0.5.1=py35_0 | |
- pygments=2.1.3=py35_0 | |
- pyparsing=2.1.4=py35_0 | |
- pyqt=5.6.0=py35_1 | |
- python=3.5.2=0 | |
- python-dateutil=2.6.0=py35_0 | |
- pytz=2016.7=py35_0 | |
- pyyaml=3.12=py35_0 | |
- pyzmq=16.0.2=py35_0 | |
- qt=5.6.2=0 | |
- qtconsole=4.2.1=py35_1 | |
- readline=6.2=2 | |
- requests=2.12.4=py35_0 | |
- seaborn=0.7.1=py35_0 | |
- setuptools=27.2.0=py35_0 | |
- simplegeneric=0.8.1=py35_1 | |
- sip=4.18=py35_0 | |
- six=1.10.0=py35_0 | |
- sqlite=3.13.0=0 | |
- terminado=0.6=py35_0 | |
- tk=8.5.18=0 | |
- tornado=4.4.2=py35_0 | |
- traitlets=4.3.1=py35_0 | |
- wcwidth=0.1.7=py35_0 | |
- wheel=0.29.0=py35_0 | |
- widgetsnbextension=1.2.6=py35_0 | |
- xz=5.2.2=1 | |
- yaml=0.1.6=0 | |
- zlib=1.2.8=3 | |
- pip: | |
- ipython-genutils==0.1.0 | |
- jupyter-client==4.4.0 | |
- jupyter-console==5.0.0 | |
- jupyter-core==4.2.1 | |
- nb-anacondacloud==1.2.0 | |
- nb-conda==2.0.0 | |
- nb-conda-kernels==2.0.0 | |
- pillow==3.4.2 | |
- prompt-toolkit==1.0.9 | |
- protobuf==3.2.0 | |
- tensorflow==1.1.0 | |
- werkzeug==0.12.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment