https://github.com/GPflow/GPflow
Revision 23959d3e085b28fe844c6517ef287250f5da1e0f authored by ST John on 15 April 2021, 16:58:48 UTC, committed by ST John on 15 April 2021, 16:58:48 UTC
2 parent s ec25ca6 + 591d90a
Raw File
Tip revision: 23959d3e085b28fe844c6517ef287250f5da1e0f authored by ST John on 15 April 2021, 16:58:48 UTC
Merge branch 'st/new_svgp-redesign' into st/posterior_with_linear_operators
Tip revision: 23959d3
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