https://github.com/GPflow/GPflow
Revision bdbd2c42decdb90a090ea0b70cc72f4234a65de6 authored by st-- on 01 June 2020, 11:24:59 UTC, committed by GitHub on 01 June 2020, 11:24:59 UTC
2 parent s 8cbcbde + d0c78d0
Raw File
Tip revision: bdbd2c42decdb90a090ea0b70cc72f4234a65de6 authored by st-- on 01 June 2020, 11:24:59 UTC
Merge branch 'develop' into st/quickfix_num_latent
Tip revision: bdbd2c4
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-random-order

# 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