https://github.com/GPflow/GPflow
Revision d4d8a99d1d79d14388c6ec471de41b987798af2c authored by st-- on 28 May 2020, 09:22:48 UTC, committed by GitHub on 28 May 2020, 09:22:48 UTC
2 parent s 4dd0447 + d12be33
Raw File
Tip revision: d4d8a99d1d79d14388c6ec471de41b987798af2c authored by st-- on 28 May 2020, 09:22:48 UTC
Merge branch 'develop' into st/heteroskedastic
Tip revision: d4d8a99
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order

# 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