https://github.com/GPflow/GPflow
Revision 268e315fda816816f75580d5af51b58500f0447e authored by John Mcleod on 22 June 2021, 14:59:14 UTC, committed by GitHub on 22 June 2021, 14:59:14 UTC
1 parent bebbc2b
Raw File
Tip revision: 268e315fda816816f75580d5af51b58500f0447e authored by John Mcleod on 22 June 2021, 14:59:14 UTC
Small refactor of the posteriors to support other models (#1695)
Tip revision: 268e315
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-pkg_resources  # for mypy check of gpflow/versions.py

# 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