https://github.com/GPflow/GPflow
Revision d1351a2fb9a7a72d5d7facb2eaa0238079b069bd authored by st-- on 11 June 2020, 11:00:12 UTC, committed by GitHub on 11 June 2020, 11:00:12 UTC
2 parent s c8b2131 + 7db2276
Raw File
Tip revision: d1351a2fb9a7a72d5d7facb2eaa0238079b069bd authored by st-- on 11 June 2020, 11:00:12 UTC
Merge branch 'develop' into st/quickfix/dispatch_docs
Tip revision: d1351a2
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