https://github.com/GPflow/GPflow
Revision b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC, committed by GitHub on 22 March 2020, 16:33:47 UTC
1 parent aaf9339
Raw File
Tip revision: b32d13a9e3c681028143919f470101cdcad64545 authored by Artem Artemev on 22 March 2020, 16:33:47 UTC
Black formatting is missing for documentation and setup.py (#1349)
Tip revision: b32d13a
tests_requirements.txt
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