https://github.com/GPflow/GPflow
Revision f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC, committed by GitHub on 16 July 2020, 10:25:35 UTC
1 parent d69b17d
Raw File
Tip revision: f1842a9fb8a7472842303f4ad3f40c7b719530a3 authored by Vincent Dutordoir on 16 July 2020, 10:25:35 UTC
Update readme with new project using GPflow (#1530)
Tip revision: f1842a9
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