https://github.com/GPflow/GPflow
Revision 1d96af4fb0b518a4b22fea05d2184a1a80499e48 authored by st-- on 13 April 2021, 16:01:09 UTC, committed by GitHub on 13 April 2021, 16:01:09 UTC
1 parent bfb60c0
Raw File
Tip revision: 1d96af4fb0b518a4b22fea05d2184a1a80499e48 authored by st-- on 13 April 2021, 16:01:09 UTC
fix gpflow.config module-level docstring (#1664)
Tip revision: 1d96af4
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