Skip to content

Instantly share code, notes, and snippets.

@truatpasteurdotfr
Created November 3, 2020 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truatpasteurdotfr/fb5deec04c06a0305c7edd4c7013f6c9 to your computer and use it in GitHub Desktop.
Save truatpasteurdotfr/fb5deec04c06a0305c7edd4c7013f6c9 to your computer and use it in GitHub Desktop.
name: RAW
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- blas=1.0=mkl
- ca-certificates=2020.6.20=hecda079_0
- cairo=1.14.12=h8948797_3
- certifi=2020.6.20=py37he5f6b98_2
- cycler=0.10.0=py37_0
- cython=0.29.21=py37he6710b0_0
- dbus=1.13.18=hb2f20db_0
- dbus-python=1.2.16=py37h2f1e986_1
- expat=2.2.10=he6710b0_2
- fontconfig=2.13.0=h9420a91_0
- freetype=2.10.4=h5ab3b9f_0
- fribidi=1.0.10=h7b6447c_0
- gettext=0.19.8.1=h9b4dc7a_1
- glib=2.66.1=h92f7085_0
- graphite2=1.3.14=h23475e2_0
- gst-plugins-base=1.14.0=hbbd80ab_1
- gstreamer=1.14.0=hb31296c_0
- h5py=2.10.0=py37hd6299e0_1
- harfbuzz=2.4.0=hca77d97_1
- hdf5=1.10.6=hb1b8bf9_0
- icu=58.2=he6710b0_3
- intel-openmp=2020.2=254
- jpeg=9b=h024ee3a_2
- kiwisolver=1.3.0=py37h2531618_0
- lcms2=2.11=h396b838_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20191231=h14c3975_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_0
- libglu=9.0.0=hf484d3e_1
- libllvm10=10.0.1=hbcb73fb_5
- libpng=1.6.37=hbc83047_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- libtiff=4.1.0=h2733197_1
- libuuid=1.0.3=h1bed415_2
- libxcb=1.14=h7b6447c_0
- libxml2=2.9.10=hb55368b_3
- llvmlite=0.34.0=py37h269e1b5_4
- lz4-c=1.9.2=heb0550a_3
- matplotlib=3.1.3=py37_0
- matplotlib-base=3.1.3=py37hef1b27d_0
- mkl=2020.2=256
- mkl-service=2.3.0=py37he904b0f_0
- mkl_fft=1.2.0=py37h23d657b_0
- mkl_random=1.1.1=py37h0573a6f_0
- ncurses=6.2=he6710b0_1
- numba=0.51.2=py37h04863e7_1
- numexpr=2.7.1=py37h423224d_0
- numpy=1.19.2=py37h54aff64_0
- numpy-base=1.19.2=py37hfa32c7d_0
- olefile=0.46=py37_0
- openssl=1.1.1h=h516909a_0
- pango=1.45.3=hd140c19_0
- pcre=8.44=he6710b0_0
- pillow=8.0.1=py37he98fc37_0
- pip=20.2.4=py37_0
- pixman=0.40.0=h7b6447c_0
- pyparsing=2.4.7=py_0
- pyqt=5.9.2=py37h05f1152_2
- python=3.7.9=h7579374_0
- python-dateutil=2.8.1=py_0
- python_abi=3.7=1_cp37m
- qt=5.9.7=h5867ecd_1
- readline=8.0=h7b6447c_0
- scipy=1.5.2=py37h0b6359f_0
- setuptools=50.3.0=py37hb0f4dca_1
- sip=4.19.8=py37hf484d3e_0
- six=1.15.0=py_0
- sqlite=3.33.0=h62c20be_0
- tbb=2020.3=hfd86e86_0
- tk=8.6.10=hbc83047_0
- tornado=6.0.4=py37h7b6447c_1
- wheel=0.35.1=py_0
- wxpython=4.0.4=py37hc99224d_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.5=h9ceee32_0
- pip:
- fabio==0.10.2
- hdf5plugin==2.3.1
- pyfai==0.19.0
- silx==0.13.2
prefix: /c7/home/tru/miniconda3/envs/RAW
@truatpasteurdotfr
Copy link
Author

use:

wget https://gist.githubusercontent.com/truatpasteurdotfr/fb5deec04c06a0305c7edd4c7013f6c9/raw/e0a8d9298c10b002b2d10ea63f49599f0261685c/RAW.yml &&  conda env create -f RAW.yml -n RAW && /bin/rm RAW.yml

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