https://github.com/GPflow/GPflow
Revision 39c8a76bd24c82993e55227c81dff29c26e15c65 authored by st-- on 06 October 2020, 15:25:12 UTC, committed by GitHub on 06 October 2020, 15:25:12 UTC
1 parent 3baf368
Raw File
Tip revision: 39c8a76bd24c82993e55227c81dff29c26e15c65 authored by st-- on 06 October 2020, 15:25:12 UTC
enable trigger-docs-generation for master branch as well (#1580)
Tip revision: 39c8a76
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