https://github.com/GPflow/GPflow
Revision de0018710fe3085d25535c14d1778e2daee9e8f3 authored by gustavocmv on 02 September 2020, 12:59:00 UTC, committed by GitHub on 02 September 2020, 12:59:00 UTC
2 parent s ca28e95 + 5a945d6
Raw File
Tip revision: de0018710fe3085d25535c14d1778e2daee9e8f3 authored by gustavocmv on 02 September 2020, 12:59:00 UTC
Merge branch 'develop' into gustavocmv/quadrature-likelihood
Tip revision: de00187
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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