https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 813e96a900f566c929c16160ecaafb645fbdc48c authored by Isaac Overcast on 28 September 2017, 23:09:14 UTC
"Updating ipyrad/__init__.py to version - 0.7.14
Tip revision: 813e96a
requirements_rtd.txt
# The requirements for a ReadTheDocs build only. This file includes
# the subset of the ``requirements.txt`` packages which are required
# for documentation generation.
#
# This requirement subset works around the following problems:
#
# * ReadTheDocs build fails on cython, h5py, and mpi4py, since the
#   ReadTheDocs environment cannot build C extensions.
#

ipython
ipyparallel
ipykernel
jupyter
back to top