https://github.com/GPflow/GPflow
Revision 67e583c6b117fc1d71b374ec63adc12300cc4c75 authored by Artem Artemev on 10 September 2020, 13:41:58 UTC, committed by GitHub on 10 September 2020, 13:41:58 UTC
1 parent a0df00c
Raw File
Tip revision: 67e583c6b117fc1d71b374ec63adc12300cc4c75 authored by Artem Artemev on 10 September 2020, 13:41:58 UTC
Fix SGPR upper bound for non zero mean functions (#1560)
Tip revision: 67e583c
tests_requirements.txt
mypy
black==19.10b0
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