https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 1f4cfbdfed57fc3ccabe846c7f7cfdb13e60a334 authored by dereneaton on 18 July 2016, 23:16:54 UTC
"Updating ipyrad/__init__.py to version - 0.3.22
Tip revision: 1f4cfbd
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