https://github.com/GPflow/GPflow
Revision 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC, committed by GitHub on 04 June 2020, 16:03:48 UTC
1 parent 6fda0e9
Raw File
Tip revision: 77eaccad7f3c6d18d200abf8930a96736c173a02 authored by Vincent Dutordoir on 04 June 2020, 16:03:48 UTC
Supporting preslicing of multi-output combination kernels (#1495)
Tip revision: 77eacca
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