https://github.com/GPflow/GPflow
Revision 7db22765b15454c9e711d526c56d3ce18ca4156e authored by joelberkeley-pio on 11 June 2020, 10:59:20 UTC, committed by GitHub on 11 June 2020, 10:59:20 UTC
1 parent a9e125e
Raw File
Tip revision: 7db22765b15454c9e711d526c56d3ce18ca4156e authored by joelberkeley-pio on 11 June 2020, 10:59:20 UTC
fix type in Parameter type check (#1500)
Tip revision: 7db2276
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