https://github.com/GPflow/GPflow
Revision fc40393ffa8109c707c08128355eb51a30aa589a authored by Vincent Dutordoir on 12 March 2020, 16:02:29 UTC, committed by GitHub on 12 March 2020, 16:02:29 UTC
Broadcasting kernels: rescue PR #895
1 parent 6f55e04
Raw File
Tip revision: fc40393ffa8109c707c08128355eb51a30aa589a authored by Vincent Dutordoir on 12 March 2020, 16:02:29 UTC
Broadcasting of kernels reintroduced (#1308)
Tip revision: fc40393
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top