https://github.com/GPflow/GPflow
Raw File
Tip revision: a228884dff09e15af3be6b3b7fbf8bd0254cc413 authored by st-- on 17 July 2020, 13:13:44 UTC
Merge branch 'develop' into st/quickfix_num_latent
Tip revision: a228884
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