https://github.com/GPflow/GPflow
Revision 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC, committed by GitHub on 19 March 2021, 14:04:42 UTC
* reorganization of structure
* update maintainers
* update project list, including link to signature covariances project
* table of contents
1 parent 629e7b2
Raw File
Tip revision: 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC
Update README.md (#1603)
Tip revision: 405eb97
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