https://github.com/GPflow/GPflow
Revision cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC, committed by ST John on 15 April 2021, 09:18:28 UTC
This reverts commit a9d889beeb63701793a978e45f5a2b2cbeed7a03.
1 parent 514ad70
Raw File
Tip revision: cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC
Revert "Experiment: use the caching rather than fused predict_f in SVGP"
Tip revision: cc1d9d9
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