diff options
Diffstat (limited to 'dpd')
-rw-r--r-- | dpd/environment.yml | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/dpd/environment.yml b/dpd/environment.yml new file mode 100644 index 0000000..2d7f260 --- /dev/null +++ b/dpd/environment.yml @@ -0,0 +1,125 @@ +name: dab +channels: +- defaults +dependencies: +- _nb_ext_conf=0.4.0=py27_1 +- anaconda-client=1.6.3=py27_0 +- backports=1.0=py27_0 +- backports_abc=0.5=py27_0 +- bleach=1.5.0=py27_0 +- cairo=1.14.8=0 +- clyent=1.2.2=py27_0 +- configparser=3.5.0=py27_0 +- cycler=0.10.0=py27_0 +- dbus=1.10.10=0 +- decorator=4.0.11=py27_0 +- entrypoints=0.2.3=py27_0 +- enum34=1.1.6=py27_0 +- expat=2.1.0=0 +- fontconfig=2.12.1=3 +- freetype=2.5.5=2 +- functools32=3.2.3.2=py27_0 +- get_terminal_size=1.0.0=py27_0 +- glib=2.50.2=1 +- gst-plugins-base=1.8.0=0 +- gstreamer=1.8.0=0 +- html5lib=0.9999999=py27_0 +- icu=54.1=0 +- ipykernel=4.6.1=py27_0 +- ipython=5.3.0=py27_0 +- ipython_genutils=0.2.0=py27_0 +- ipywidgets=6.0.0=py27_0 +- jinja2=2.9.6=py27_0 +- jpeg=9b=0 +- jsonschema=2.6.0=py27_0 +- jupyter=1.0.0=py27_3 +- jupyter_client=5.1.0=py27_0 +- jupyter_console=5.1.0=py27_0 +- jupyter_core=4.3.0=py27_0 +- libffi=3.2.1=1 +- libgcc=5.2.0=0 +- libgfortran=3.0.0=1 +- libiconv=1.14=0 +- libpng=1.6.27=0 +- libsodium=1.0.10=0 +- libxcb=1.12=1 +- libxml2=2.9.4=0 +- markupsafe=0.23=py27_2 +- matplotlib=2.0.2=np112py27_0 +- mistune=0.7.4=py27_0 +- mkl=2017.0.1=0 +- natsort=5.0.3=py27_0 +- nb_anacondacloud=1.4.0=py27_0 +- nb_conda=2.2.0=py27_0 +- nb_conda_kernels=2.1.0=py27_0 +- nbconvert=5.2.1=py27_0 +- nbformat=4.3.0=py27_0 +- nbpresent=3.0.2=py27_0 +- notebook=5.0.0=py27_0 +- numpy=1.12.1=py27_0 +- openssl=1.0.2k=2 +- pandas=0.20.1=np112py27_0 +- pandocfilters=1.4.1=py27_0 +- path.py=10.3.1=py27_0 +- pathlib2=2.3.0=py27_0 +- pcre=8.39=1 +- pexpect=4.2.1=py27_0 +- pickleshare=0.7.4=py27_0 +- pip=9.0.1=py27_1 +- pixman=0.34.0=0 +- plotly=2.0.9=py27_0 +- prompt_toolkit=1.0.14=py27_0 +- ptyprocess=0.5.2=py27_0 +- pycairo=1.10.0=py27_0 +- pygments=2.2.0=py27_0 +- pyparsing=2.1.4=py27_0 +- pyqt=5.6.0=py27_2 +- python=2.7.13=0 +- python-dateutil=2.6.0=py27_0 +- pytz=2017.2=py27_0 +- pyyaml=3.12=py27_0 +- pyzmq=16.0.2=py27_0 +- qt=5.6.2=4 +- qtconsole=4.3.0=py27_0 +- readline=6.2=2 +- requests=2.14.2=py27_0 +- scandir=1.5=py27_0 +- scikit-learn=0.18.1=np112py27_1 +- scipy=0.19.0=np112py27_0 +- setuptools=27.2.0=py27_0 +- simplegeneric=0.8.1=py27_1 +- singledispatch=3.4.0.3=py27_0 +- sip=4.18=py27_0 +- six=1.10.0=py27_0 +- sqlite=3.13.0=0 +- ssl_match_hostname=3.4.0.2=py27_1 +- subprocess32=3.2.7=py27_0 +- terminado=0.6=py27_0 +- testpath=0.3.1=py27_0 +- tk=8.5.18=0 +- tornado=4.5.1=py27_0 +- tqdm=4.11.2=py27_0 +- traitlets=4.3.2=py27_0 +- wcwidth=0.1.7=py27_0 +- wheel=0.29.0=py27_0 +- widgetsnbextension=2.0.0=py27_0 +- yaml=0.1.6=0 +- zeromq=4.1.5=0 +- zlib=1.2.8=3 +- pip: + - backports-abc==0.5 + - backports.shutil-get-terminal-size==1.0.0 + - backports.ssl-match-hostname==3.4.0.2 + - ipython-genutils==0.2.0 + - jupyter-client==5.1.0 + - jupyter-console==5.1.0 + - jupyter-core==4.3.0 + - multiprocessing==2.6.2.1 + - nb-anacondacloud==1.4.0 + - nb-conda==2.2.0 + - nb-conda-kernels==2.1.0 + - prompt-toolkit==1.0.14 + - pynverse==0.1.4.4 + - zmq==0.0.0 +prefix: /home/andreas/miniconda2/envs/dab + |