Skip to content

Instantly share code, notes, and snippets.

@benjamintanweihao
Created June 10, 2018 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save benjamintanweihao/a37ff6a5c475a5cd042f070c008e0cb8 to your computer and use it in GitHub Desktop.
Save benjamintanweihao/a37ff6a5c475a5cd042f070c008e0cb8 to your computer and use it in GitHub Desktop.
Conda environment for Kaggle
name: kaggle
channels:
- defaults
dependencies:
- backcall=0.1.0=py36_0
- bleach=2.1.3=py36_0
- ca-certificates=2018.03.07=0
- certifi=2018.4.16=py36_0
- dbus=1.13.2=h714fa37_1
- decorator=4.3.0=py36_0
- entrypoints=0.2.3=py36h1aec115_2
- expat=2.2.5=he0dffb1_0
- fontconfig=2.12.6=h49f89f6_0
- freetype=2.8=hab7d2ae_1
- glib=2.56.1=h000015b_0
- gmp=6.1.2=h6c8ec71_1
- gst-plugins-base=1.14.0=hbbd80ab_1
- gstreamer=1.14.0=hb453b48_1
- html5lib=1.0.1=py36h2f9c1c0_0
- icu=58.2=h9c2bf20_1
- intel-openmp=2018.0.3=0
- ipykernel=4.8.2=py36_0
- ipython=6.4.0=py36_0
- ipython_genutils=0.2.0=py36hb52b0d5_0
- ipywidgets=7.2.1=py36_0
- jedi=0.12.0=py36_1
- jinja2=2.10=py36ha16c418_0
- jpeg=9b=h024ee3a_2
- jsonschema=2.6.0=py36h006f8b5_0
- jupyter=1.0.0=py36_4
- jupyter_client=5.2.3=py36_0
- jupyter_console=5.2.0=py36he59e554_1
- jupyter_core=4.4.0=py36h7c827e3_0
- libedit=3.1.20170329=h6b74fdf_2
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=7.2.0=hdf63c60_3
- libgfortran-ng=7.2.0=hdf63c60_3
- libopenblas=0.2.20=h9ac9557_7
- libpng=1.6.34=hb9fc6fc_0
- libsodium=1.0.16=h1bed415_0
- libstdcxx-ng=7.2.0=hdf63c60_3
- libxcb=1.13=h1bed415_1
- libxml2=2.9.8=h26e45fe_1
- markupsafe=1.0=py36hd9260cd_1
- mistune=0.8.3=py36h14c3975_1
- mkl=2018.0.3=1
- nbconvert=5.3.1=py36hb41ffb7_0
- nbformat=4.4.0=py36h31c9010_0
- ncurses=6.1=hf484d3e_0
- notebook=5.5.0=py36_0
- numpy=1.14.3=py36h28100ab_2
- numpy-base=1.14.3=py36h0ea5e3f_1
- openssl=1.0.2o=h20670df_0
- pandoc=1.19.2.1=hea2e7c5_1
- pandocfilters=1.4.2=py36ha6701b7_1
- parso=0.2.1=py36_0
- pcre=8.42=h439df22_0
- pexpect=4.6.0=py36_0
- pickleshare=0.7.4=py36h63277f8_0
- pip=10.0.1=py36_0
- prompt_toolkit=1.0.15=py36h17d85b1_0
- ptyprocess=0.5.2=py36h69acd42_0
- pygments=2.2.0=py36h0d3125c_0
- pyqt=5.9.2=py36h751905a_0
- python=3.6.5=hc3d631a_2
- python-dateutil=2.7.3=py36_0
- pyzmq=17.0.0=py36h14c3975_0
- qt=5.9.5=h7e424d6_0
- qtconsole=4.3.1=py36h8f73b5b_0
- readline=7.0=ha6073c6_4
- scipy=1.1.0=py36hfc37229_0
- send2trash=1.5.0=py36_0
- setuptools=39.2.0=py36_0
- simplegeneric=0.8.1=py36_2
- sip=4.19.8=py36hf484d3e_0
- six=1.11.0=py36h372c433_1
- sqlite=3.23.1=he433501_0
- terminado=0.8.1=py36_1
- testpath=0.3.1=py36h8cadb63_0
- tk=8.6.7=hc745277_3
- tornado=5.0.2=py36_0
- traitlets=4.3.2=py36h674d592_0
- wcwidth=0.1.7=py36hdf4376a_0
- webencodings=0.5.1=py36h800622e_1
- wheel=0.31.1=py36_0
- widgetsnbextension=3.2.1=py36_0
- xz=5.2.4=h14c3975_4
- zeromq=4.2.5=h439df22_0
- zlib=1.2.11=ha838bed_2
- pip:
- absl-py==0.2.2
- astor==0.6.2
- cycler==0.10.0
- gast==0.2.0
- grpcio==1.12.1
- h5py==2.8.0
- keras==2.2.0
- keras-applications==1.0.2
- keras-preprocessing==1.0.1
- kiwisolver==1.0.1
- markdown==2.6.11
- matplotlib==2.2.2
- opencv-python==3.4.1.15
- pandas==0.23.0
- protobuf==3.5.2.post1
- pyparsing==2.2.0
- pytz==2018.4
- pyyaml==3.12
- seaborn==0.8.1
- tensorboard==1.8.0
- tensorflow-gpu==1.8.0
- termcolor==1.1.0
- werkzeug==0.14.1
prefix: /home/benjamintan/anaconda3/envs/kaggle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment