remove everything but the comment in unused environment.py-3.5.yml

pull/475/head
Min RK 2018-12-11 11:02:11 +01:00
rodzic 48dcd88365
commit 81f35ba629
3 zmienionych plików z 32 dodań i 125 usunięć

Wyświetl plik

@ -1,70 +1,71 @@
# AUTO GENERATED FROM environment.py-3.6.yml, DO NOT MANUALLY MODIFY
# Frozen on 2018-11-20 06:19:21 UTC
# py3.5 conda packages are no longer being updated as of 12/2018
# this file is hand-maintained now
# and should only receive security fixes, no new features
name: r2d
channels:
- conda-forge
- defaults
- conda-forge/label/broken
dependencies:
- attrs=18.2.0=py_0
- backcall=0.1.0=py_0
- bleach=3.0.2=py_0
- bzip2=1.0.6=h470a237_2
- ca-certificates=2018.10.15=ha4d7672_0
- certifi=2018.10.15=py36_1000
- certifi=2018.8.24=py35_1001
- decorator=4.3.0=py_0
- defusedxml=0.5.0=py_1
- entrypoints=0.2.3=py36_1002
- entrypoints=0.2.3=py35_2
- gmp=6.1.2=hfc679d8_0
- ipykernel=5.1.0=py36h24bf2e0_1001
- ipython=7.1.1=py36h24bf2e0_1000
- ipykernel=5.1.0=pyh24bf2e0_0
- ipython=7.0.1=py35h24bf2e0_0
- ipython_genutils=0.2.0=py_1
- ipywidgets=7.2.1=py36_1
- jedi=0.13.1=py36_1000
- ipywidgets=7.2.1=py35_1
- jedi=0.12.1=py35_0
- jinja2=2.10=py_1
- jsonschema=3.0.0a3=py36_1000
- jsonschema=2.6.0=py35_2
- jupyter_client=5.2.3=py_1
- jupyter_core=4.4.0=py_0
- jupyterlab=0.34.9=py36_0
- jupyterlab=0.34.9=py35_0
- jupyterlab_launcher=0.13.1=py_2
- libffi=3.2.1=hfc679d8_5
- libgcc-ng=7.2.0=hdf63c60_3
- libsodium=1.0.16=h470a237_1
- libstdcxx-ng=7.2.0=hdf63c60_3
- markupsafe=1.1.0=py36h470a237_0
- mistune=0.8.4=py36h470a237_0
- markupsafe=1.0=py35h470a237_1
- mistune=0.8.3=py35h470a237_2
- nbconvert=5.4.0=1
- nbformat=4.4.0=py_1
- ncurses=6.1=hfc679d8_1
- notebook=5.7.2=py36_1000
- notebook=5.7.0=py35_0
- openssl=1.0.2p=h470a237_1
- pandoc=1.19.2=0
- pandocfilters=1.4.2=py_1
- parso=0.3.1=py_0
- pexpect=4.6.0=py36_1000
- pickleshare=0.7.5=py36_1000
- pip=18.1=py36_1000
- pexpect=4.6.0=py35_0
- pickleshare=0.7.5=py35_0
- pip=18.0=py35_1001
- prometheus_client=0.4.2=py_0
- prompt_toolkit=2.0.7=py_0
- ptyprocess=0.6.0=py36_1000
- ptyprocess=0.6.0=py35_1000
- pygments=2.2.0=py_1
- pyrsistent=0.14.6=py36h470a237_0
- python=3.6.6=h5001a0f_3
- python=3.5.5=h5001a0f_2
- python-dateutil=2.7.5=py_0
- pyzmq=17.1.2=py36hae99301_1
- pyzmq=17.1.2=py35hae99301_0
- readline=7.0=haf1bffa_1
- send2trash=1.5.0=py_0
- setuptools=40.6.2=py36_0
- six=1.11.0=py36_1001
- setuptools=40.4.3=py35_0
- simplegeneric=0.8.1=py_1
- six=1.11.0=py35_1
- sqlite=3.25.3=hb1c47c0_0
- terminado=0.8.1=py36_1001
- testpath=0.4.2=py36_1000
- terminado=0.8.1=py35_1
- testpath=0.3.1=py35_1
- tk=8.6.9=ha92aebf_0
- tornado=5.1.1=py36h470a237_0
- traitlets=4.3.2=py36_1000
- tornado=5.1.1=py35h470a237_0
- traitlets=4.3.2=py35_0
- wcwidth=0.1.7=py_1
- webencodings=0.5.1=py_1
- wheel=0.32.3=py36_0
- widgetsnbextension=3.2.1=py36_1
- wheel=0.32.0=py35_1000
- widgetsnbextension=3.2.1=py35_1
- xz=5.2.4=h470a237_1
- zeromq=4.2.5=hfc679d8_6
- zlib=1.2.11=h470a237_3
@ -75,6 +76,7 @@ dependencies:
- idna==2.7
- jupyterhub==0.9.4
- mako==1.0.7
- notebook==5.7.2
- nteract-on-jupyter==1.9.6
- pamela==0.3.0
- python-editor==1.0.3

Wyświetl plik

@ -1,13 +1,2 @@
# py3.5 is not being auto-generated from this file anymore
# update environment.py-3.5.frozen.yml directly
dependencies:
- python=3.5.*
- ipywidgets==7.2.1
- jupyterlab==0.34.9
- nbconvert==5.4.0
- pip:
# conda-forge dropped python 3.5 support so we use the pip package
# for notebook
- notebook==5.7.2
- nteract_on_jupyter==1.9.6
- jupyterhub==0.9.4

Wyświetl plik

@ -1,86 +1,2 @@
# AUTO GENERATED FROM environment.py-3.6.yml, DO NOT MANUALLY MODIFY
# Frozen on 2018-11-20 06:19:21 UTC
name: r2d
channels:
- conda-forge
- defaults
- conda-forge/label/broken
dependencies:
- attrs=18.2.0=py_0
- backcall=0.1.0=py_0
- bleach=3.0.2=py_0
- ca-certificates=2018.10.15=ha4d7672_0
- certifi=2018.10.15=py36_1000
- decorator=4.3.0=py_0
- defusedxml=0.5.0=py_1
- entrypoints=0.2.3=py36_1002
- gmp=6.1.2=hfc679d8_0
- ipykernel=5.1.0=py36h24bf2e0_1001
- ipython=7.1.1=py36h24bf2e0_1000
- ipython_genutils=0.2.0=py_1
- ipywidgets=7.2.1=py36_1
- jedi=0.13.1=py36_1000
- jinja2=2.10=py_1
- jsonschema=3.0.0a3=py36_1000
- jupyter_client=5.2.3=py_1
- jupyter_core=4.4.0=py_0
- jupyterlab=0.34.9=py36_0
- jupyterlab_launcher=0.13.1=py_2
- libffi=3.2.1=hfc679d8_5
- libgcc-ng=7.2.0=hdf63c60_3
- libsodium=1.0.16=h470a237_1
- libstdcxx-ng=7.2.0=hdf63c60_3
- markupsafe=1.1.0=py36h470a237_0
- mistune=0.8.4=py36h470a237_0
- nbconvert=5.4.0=1
- nbformat=4.4.0=py_1
- ncurses=6.1=hfc679d8_1
- notebook=5.7.2=py36_1000
- openssl=1.0.2p=h470a237_1
- pandoc=1.19.2=0
- pandocfilters=1.4.2=py_1
- parso=0.3.1=py_0
- pexpect=4.6.0=py36_1000
- pickleshare=0.7.5=py36_1000
- pip=18.1=py36_1000
- prometheus_client=0.4.2=py_0
- prompt_toolkit=2.0.7=py_0
- ptyprocess=0.6.0=py36_1000
- pygments=2.2.0=py_1
- pyrsistent=0.14.6=py36h470a237_0
- python=3.6.6=h5001a0f_3
- python-dateutil=2.7.5=py_0
- pyzmq=17.1.2=py36hae99301_1
- readline=7.0=haf1bffa_1
- send2trash=1.5.0=py_0
- setuptools=40.6.2=py36_0
- six=1.11.0=py36_1001
- sqlite=3.25.3=hb1c47c0_0
- terminado=0.8.1=py36_1001
- testpath=0.4.2=py36_1000
- tk=8.6.9=ha92aebf_0
- tornado=5.1.1=py36h470a237_0
- traitlets=4.3.2=py36_1000
- wcwidth=0.1.7=py_1
- webencodings=0.5.1=py_1
- wheel=0.32.3=py36_0
- widgetsnbextension=3.2.1=py36_1
- xz=5.2.4=h470a237_1
- zeromq=4.2.5=hfc679d8_6
- zlib=1.2.11=h470a237_3
- pip:
- alembic==1.0.3
- async-generator==1.10
- chardet==3.0.4
- idna==2.7
- jupyterhub==0.9.4
- mako==1.0.7
- nteract-on-jupyter==1.9.6
- pamela==0.3.0
- python-editor==1.0.3
- python-oauth2==1.1.0
- requests==2.20.1
- sqlalchemy==1.2.14
- urllib3==1.24.1
prefix: /opt/conda/envs/r2d
# Frozen on 2018-12-11 09:51:24 UTC