Last active
January 3, 2020 07:09
-
-
Save smutch/b263bb04502d174965041f9f9e3ca1d3 to your computer and use it in GitHub Desktop.
Standard conda environment for astro work on HPC system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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