https://github.com/GPflow/GPflow
Revision 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC, committed by GitHub on 06 October 2020, 13:30:52 UTC
* move Version check inside reset_cache_bijectors to not confuse Sphinx
* revert non-working "projects: 7" line in bugs issue template
* fix code-block type in intro.rst
1 parent 8dc912e
Raw File
Tip revision: 98f7997b362e142aefb45170152726063eb2aa42 authored by st-- on 06 October 2020, 13:30:52 UTC
fix broken API docs (#1587)
Tip revision: 98f7997
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top