https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 6c68ccf8c69cff5d2c5241c62fc40aec2204c381 authored by dereneaton on 03 May 2017, 11:34:53 UTC
"Updating ipyrad/__init__.py to version - 0.6.18
Tip revision: 6c68ccf
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