Skip to content

Commit

Permalink
added conda env for qtapps py35
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenovic committed Jan 6, 2017
1 parent 8d7e6d1 commit 5dcc029
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions qtapps/skrf_qtapps_py35.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
name: vincepy35
channels: !!python/tuple
- defaults
dependencies:
- _nb_ext_conf=0.3.0=py35_0
- alabaster=0.7.9=py35_0
- anaconda-client=1.6.0=py35_0
- astroid=1.4.7=py35_0
- babel=2.3.4=py35_0
- cairo=1.14.6=0
- clyent=1.2.2=py35_0
- cycler=0.10.0=py35_0
- dbus=1.10.10=0
- decorator=4.0.10=py35_1
- docutils=0.12=py35_2
- entrypoints=0.2.2=py35_0
- et_xmlfile=1.0.1=py35_0
- expat=2.1.0=0
- fontconfig=2.12.1=0
- freetype=2.5.5=1
- glib=2.50.2=0
- gst-plugins-base=1.8.0=0
- gstreamer=1.8.0=0
- harfbuzz=0.9.39=1
- icu=54.1=0
- imagesize=0.7.1=py35_0
- ipykernel=4.5.2=py35_0
- ipython=5.1.0=py35_0
- ipython_genutils=0.1.0=py35_0
- ipywidgets=5.2.2=py35_0
- jdcal=1.3=py35_0
- jedi=0.9.0=py35_1
- jinja2=2.8=py35_1
- jpeg=8d=2
- 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
- lazy-object-proxy=1.2.1=py35_0
- libffi=3.2.1=1
- libgcc=5.2.0=0
- libgfortran=3.0.0=1
- libiconv=1.14=0
- libpng=1.6.22=0
- libsodium=1.0.10=0
- libxcb=1.12=1
- libxml2=2.9.4=0
- markupsafe=0.23=py35_2
- matplotlib=1.5.3=np111py35_1
- mistune=0.7.3=py35_0
- 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
- nose=1.3.7=py35_1
- notebook=4.3.0=py35_0
- numpy=1.11.2=py35_0
- openpyxl=2.4.0=py35_0
- openssl=1.0.2j=0
- pandas=0.19.2=np111py35_0
- pango=1.40.3=0
- path.py=9.0.1=py35_0
- pcre=8.39=1
- pep8=1.7.0=py35_0
- pexpect=4.0.1=py35_0
- pickleshare=0.7.4=py35_0
- pip=9.0.1=py35_1
- pixman=0.34.0=0
- prompt_toolkit=1.0.9=py35_0
- psutil=5.0.1=py35_0
- ptyprocess=0.5.1=py35_0
- pycosat=0.6.1=py35_1
- pycrypto=2.6.1=py35_4
- pyflakes=1.3.0=py35_0
- pygments=2.1.3=py35_0
- pylint=1.5.4=py35_1
- 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.10=py35_0
- pyyaml=3.12=py35_0
- pyzmq=16.0.2=py35_0
- qt=5.6.2=2
- qtawesome=0.3.3=py35_0
- qtconsole=4.2.1=py35_1
- qtpy=1.1.2=py35_0
- readline=6.2=2
- requests=2.12.4=py35_0
- rope=0.9.4=py35_1
- ruamel_yaml=0.11.14=py35_0
- scipy=0.18.1=np111py35_0
- setuptools=27.2.0=py35_0
- simplegeneric=0.8.1=py35_1
- sip=4.18=py35_0
- six=1.10.0=py35_0
- snowballstemmer=1.2.1=py35_0
- sphinx=1.5.1=py35_0
- spyder=3.0.2=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
- wrapt=1.10.8=py35_0
- xz=5.2.2=1
- yaml=0.1.6=0
- zeromq=4.1.5=0
- zlib=1.2.8=3
- pip:
- et-xmlfile==1.0.1
- 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
- prompt-toolkit==1.0.9
- pyqtgraph==0.10.0
- python-ivi==0.14.9
- rope-py3k==0.9.4.post1
- ruamel.yaml==0.13.7

prefix: /home/alex/anaconda3/envs/vincepy35

0 comments on commit 5dcc029

Please sign in to comment.