https://github.com/GPflow/GPflow
Raw File
Tip revision: febfc29baae2b2b505dab4a4b879a8cfa3b1e2d4 authored by Gustavo Carvalho on 05 October 2020, 11:55:50 UTC
Merge remote-tracking branch 'origin/develop' into gustavocmv/ndiagghquadrature-property-setter
Tip revision: febfc29
tests_requirements.txt
mypy
black==19.10b0
isort
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