https://github.com/GPflow/GPflow
Revision ea10dea66557e4fa8d834c6a0c0cedea74225895 authored by John Mcleod on 03 April 2020, 13:12:53 UTC, committed by GitHub on 03 April 2020, 13:12:53 UTC
1 parent 7417180
Raw File
Tip revision: ea10dea66557e4fa8d834c6a0c0cedea74225895 authored by John Mcleod on 03 April 2020, 13:12:53 UTC
Fix mypy errors -variables are not types- (#1406)
Tip revision: ea10dea
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