https://github.com/GPflow/GPflow
Revision d12be33ee0c843e0405171bf1a89019fc29c12b7 authored by joelberkeley-pio on 27 May 2020, 19:30:03 UTC, committed by GitHub on 27 May 2020, 19:30:03 UTC
1 parent 1929a36
Raw File
Tip revision: d12be33ee0c843e0405171bf1a89019fc29c12b7 authored by joelberkeley-pio on 27 May 2020, 19:30:03 UTC
add type hints: inducing_variables (#1487)
Tip revision: d12be33
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