https://github.com/GPflow/GPflow
Revision 08739ce2b29fbe5ea5fdf0dcadbaa88ed95e7882 authored by Mark van der Wilk on 02 May 2020, 18:11:17 UTC, committed by GitHub on 02 May 2020, 18:11:17 UTC
1 parent 8b24183
Raw File
Tip revision: 08739ce2b29fbe5ea5fdf0dcadbaa88ed95e7882 authored by Mark van der Wilk on 02 May 2020, 18:11:17 UTC
Removed unusued imports. (#1450)
Tip revision: 08739ce
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