https://github.com/GPflow/GPflow
Revision e61ee699f1e269d071839e06cf00bff81134d72b authored by Artem Artemev on 31 March 2020, 10:00:53 UTC, committed by GitHub on 31 March 2020, 10:00:53 UTC
1 parent 27bc0d4
Raw File
Tip revision: e61ee699f1e269d071839e06cf00bff81134d72b authored by Artem Artemev on 31 March 2020, 10:00:53 UTC
Add a section about custom user config (#1394)
Tip revision: e61ee69
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