https://github.com/GPflow/GPflow
Revision 953a35b0d3f1454ee654193c666f8adfaa1b3986 authored by frgsimpson on 27 July 2021, 10:55:57 UTC, committed by frgsimpson on 27 July 2021, 10:55:57 UTC
1 parent 6bc6ccf
Raw File
Tip revision: 953a35b0d3f1454ee654193c666f8adfaa1b3986 authored by frgsimpson on 27 July 2021, 10:55:57 UTC
Update init of anisotropic kernels
Tip revision: 953a35b
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-pkg_resources  # for mypy check of gpflow/versions.py

# 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