Created
May 8, 2017 09:16
-
-
Save brendancol/e8f195a9b803bac5393d71eebc5482fd to your computer and use it in GitHub Desktop.
Conda Environment for the GeoPython Point Cloud Talk (Tested on OSX)
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: point-clouds | |
channels: | |
- menpo | |
- conda-forge | |
- defaults | |
dependencies: | |
- libiconv=1.14=4 | |
- libxslt=1.1.29=3 | |
- pyside=1.2.4=py27_6 | |
- configobj=5.0.6=py27_0 | |
- curl=7.49.0=1 | |
- cycler=0.10.0=py27_0 | |
- distribute=0.6.45=py27_1 | |
- freetype=2.5.5=2 | |
- functools32=3.2.3.2=py27_0 | |
- gdal=2.1.0=py27_0 | |
- geos=3.5.0=0 | |
- geotiff=1.4.1=0 | |
- hdf4=4.2.12=0 | |
- hdf5=1.8.17=1 | |
- icu=54.1=0 | |
- jbig=2.1=0 | |
- jpeg=8d=2 | |
- kealib=1.4.6=0 | |
- libgdal=2.1.0=0 | |
- libnetcdf=4.4.1=0 | |
- libpng=1.6.27=0 | |
- libtiff=4.0.6=2 | |
- libxml2=2.9.4=0 | |
- matplotlib=1.5.1=np111py27_0 | |
- mayavi=4.5.0=py27_0 | |
- mkl=11.3.3=0 | |
- numpy=1.11.1=py27_0 | |
- openssl=1.0.2k=1 | |
- pillow=3.3.1=py27_0 | |
- pip=9.0.1=py27_1 | |
- proj4=4.9.2=0 | |
- pygments=2.2.0=py27_0 | |
- pyparsing=2.1.4=py27_0 | |
- pyqt=4.11.4=py27_4 | |
- python=2.7.13=0 | |
- python-dateutil=2.6.0=py27_0 | |
- python.app=1.2=py27_4 | |
- pytz=2017.2=py27_0 | |
- qt=4.8.7=4 | |
- readline=6.2=2 | |
- scipy=0.18.1=np111py27_0 | |
- setuptools=27.2.0=py27_0 | |
- sip=4.18=py27_0 | |
- six=1.10.0=py27_0 | |
- sqlite=3.13.0=0 | |
- subprocess32=3.2.7=py27_0 | |
- tk=8.5.18=0 | |
- traits=4.6.0=py27_0 | |
- vtk=6.3.0=py27_1 | |
- wheel=0.29.0=py27_0 | |
- xerces-c=3.1.4=0 | |
- xz=5.2.2=1 | |
- zlib=1.2.8=3 | |
- apptools=4.4.0=py27_0 | |
- envisage=4.5.1=py27_0 | |
- pyface=5.1.0=py27_0 | |
- traitsui=5.1.0=py27_0 | |
- pip: | |
- laspy==1.4.0 | |
- mlab==1.1.4 | |
prefix: /Users/bcollins/anaconda/envs/point-clouds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment