https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 5176acb4647ca076be8257a38b4a350e9fc31e25 authored by dereneaton on 13 February 2018, 16:37:12 UTC
"Updating ipyrad/__init__.py to version - 0.7.22
Tip revision: 5176acb
environment.yml
name: ipyrad
channels:
- ipyrad
dependencies:
- python=2.7
- pip>=9.0
- cython
- ipython>=5.0
- ipyparallel>=6.0.2
- numpy>1.9
- scipy>0.10
- pandas>=0.19
- h5py
- mpi4py
- sphinx>1.2
- numba>=0.31
- llvmlite>=0.16
- dask
#- jupyter

back to top