Skip to content

Instantly share code, notes, and snippets.

@danieljfarrell
Created January 11, 2019 16:41
Show Gist options
  • Save danieljfarrell/d2e752f71b00c5824459e751be9b4500 to your computer and use it in GitHub Desktop.
Save danieljfarrell/d2e752f71b00c5824459e751be9b4500 to your computer and use it in GitHub Desktop.
Conda environment
name: asyncstuff
channels:
- defaults
- krisvanneste
- david_baddeley
- conda-forge
- danieljfarrell_teraview
- teraview
- pkgs/main
- pkgs/free
dependencies:
- asyncpg=0.18.3=py37hfa6e2cd_1000
- jpeg=9b=vc14_1
- zlib=1.2.11=vc14_0
- quamash=0.6.1=py37_0
- ca-certificates=2018.03.07=0
- certifi=2018.11.29=py37_0
- icu=58.2=ha66f8fd_1
- libpng=1.6.35=h2a8f88b_0
- openssl=1.1.1a=he774522_0
- pip=18.1=py37_0
- pyface=6.0.0=py37_0
- pygments=2.3.1=py37_0
- pyqt=5.9.2=py37h6538335_2
- python=3.7.2=h8c8aaf0_0
- qt=5.9.7=vc14h73c81de_0
- setuptools=40.6.3=py37_0
- sip=4.19.8=py37h6538335_0
- sqlite=3.26.0=he774522_0
- traits=4.6.0=py37hfa6e2cd_3
- traitsui=6.0.0=py37_1
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.15.26706=h3a45250_0
- wheel=0.32.3=py37_0
- wincertstore=0.2=py37_0
prefix: C:\Users\daniel.farrell\AppData\Local\Continuum\anaconda3\envs\asyncstuff
@danieljfarrell
Copy link
Author

This can be created using

conda env create -f environment.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment