Raw File
environment.yml
name: ipyrad
channels:
- ipyrad
dependencies:
- python=2.7
- pip>8.0
- cython
- ipython>=4.0
- ipyparallel>=5.0.1
- jupyter
- numpy>1.9
- scipy>0.10
- pandas
- h5py
- mpi4py
- sphinx>1.2
- numba>=0.27
back to top