Skip to content

Instantly share code, notes, and snippets.

@smutch
Last active January 3, 2020 07:09
Show Gist options
  • Save smutch/b263bb04502d174965041f9f9e3ca1d3 to your computer and use it in GitHub Desktop.
Save smutch/b263bb04502d174965041f9f9e3ca1d3 to your computer and use it in GitHub Desktop.
Standard conda environment for astro work on HPC system
# invoke with:
# env CC=`which mpicc` HDF5_MPI="ON" MPICC=`which mpicc` conda env create -f=std_conda_environment.yml
name: std
channels:
- conda-forge
- defaults
dependencies:
- nomkl
- pip
- black
- ipykernel
- scipy
- dask
- pynvim
- pandas
- flake8
- xarray
- bokeh
- numba
- cython
- numexpr
- numpy
- tqdm
- scikit-learn
- pytest
- click
- sh
- pip:
- --no-binary=h5py
- mpi4py
- h5py
- scikit-optimize
- holoviews
- hvplot
- matplotlib
- panel
- seaborn
- altair
- emcee
- corner
- schwimmbad
- astropy
- git+https://github.com/smutch/dragons.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment