https://github.com/GPflow/GPflow
Revision b739896833b423013e54517791b34ae03d7e3af8 authored by st-- on 11 November 2020, 09:38:17 UTC, committed by GitHub on 11 November 2020, 09:38:17 UTC
remove maintainers who stepped down and add link to signature covariances project
1 parent 282d1cd
Raw File
Tip revision: b739896833b423013e54517791b34ae03d7e3af8 authored by st-- on 11 November 2020, 09:38:17 UTC
Update README.md
Tip revision: b739896
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
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