Created
September 6, 2018 03:38
-
-
Save phuongdh/4a42e2511641e29d2e2010d6fab13f2f to your computer and use it in GitHub Desktop.
Conda for CV
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: base | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- backports=1.0=py_2 | |
- backports.functools_lru_cache=1.5=py_1 | |
- backports_abc=0.5=py_1 | |
- blas=1.1=openblas | |
- bzip2=1.0.6=h470a237_2 | |
- conda | |
- conda-env=2.6.0=1 | |
- cycler=0.10.0=py_1 | |
- dbus=1.13.0=h3a4f0e9_0 | |
- expat=2.2.5=hfc679d8_1 | |
- ffmpeg=3.2.4=hf82bc7d_4 | |
- fontconfig=2.12.1=6 | |
- freetype=2.7=2 | |
- functools32=3.2.3.2=py27_2 | |
- futures=3.2.0=py27_0 | |
- gettext=0.19.8.1=0 | |
- glib=2.55.0=h464dc38_2 | |
- gst-plugins-base=1.12.5=hde13a9d_0 | |
- gstreamer=1.12.5=h61a6719_0 | |
- icu=58.2=hfc679d8_0 | |
- jasper=1.900.1=4 | |
- jpeg=9c=h470a237_0 | |
- jupyter | |
- libgcc-ng=7.2.0=hdf63c60_3 | |
- libgfortran=3.0.0=1 | |
- libiconv=1.15=h470a237_2 | |
- libpng=1.6.28=2 | |
- libstdcxx-ng=7.2.0=hdf63c60_3 | |
- libtiff=4.0.7=1 | |
- libxcb=1.13=h470a237_2 | |
- libxml2=2.9.8=h422b904_3 | |
- matplotlib=2.1.1=py27_0 | |
- numpy=1.15.1=py27_blas_openblashd3ea46f_0 | |
- openblas=0.2.20=8 | |
- opencv=2.4.13.4=py27_blas_openblas_200 | |
- pcre=8.41=h470a237_2 | |
- pthread-stubs=0.4=h470a237_1 | |
- pycosat=0.6.3=py27h470a237_1 | |
- pyqt=5.6.0=py27h8210e8a_6 | |
- python-dateutil=2.7.3=py_0 | |
- pytz=2018.5=py_0 | |
- qt=5.6.2=6 | |
- scipy=1.1.0=py27_blas_openblashd3ea46f_201 | |
- singledispatch=3.4.0.3=py27_0 | |
- sip=4.18=py27_1 | |
- subprocess32=3.5.2=py27_0 | |
- tornado=5.1=py27h470a237_1 | |
- x264=1!152.20180717=h470a237_0 | |
- xorg-libxau=1.0.8=h470a237_6 | |
- xorg-libxdmcp=1.1.2=h470a237_7 | |
- xz=5.2.4=h470a237_1 | |
- zlib=1.2.11=h470a237_3 | |
- asn1crypto=0.22.0=py27_0 | |
- cffi=1.10.0=py27_0 | |
- cryptography=1.8.1=py27_0 | |
- enum34=1.1.6=py27_0 | |
- idna=2.5=py27_0 | |
- ipaddress=1.0.18=py27_0 | |
- libffi=3.2.1=1 | |
- openssl=1.0.2l=0 | |
- packaging=16.8=py27_0 | |
- pip=9.0.1=py27_1 | |
- pycparser=2.17=py27_0 | |
- pyopenssl=17.0.0=py27_0 | |
- pyparsing=2.1.4=py27_0 | |
- python=2.7.13=0 | |
- readline=6.2=2 | |
- requests=2.14.2=py27_0 | |
- ruamel_yaml=0.11.14=py27_1 | |
- setuptools=27.2.0=py27_0 | |
- six=1.10.0=py27_0 | |
- sqlite=3.13.0=0 | |
- tk=8.5.18=0 | |
- wheel=0.29.0=py27_0 | |
- yaml=0.1.6=0 | |
- pip: | |
- certifi==2018.8.24 | |
- chardet==3.0.4 | |
- future==0.16.0 | |
- nelson==0.4.2 | |
- nose==1.3.7 | |
- requests-toolbelt==0.8.0 | |
- urllib3==1.23 | |
prefix: /usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment