https://github.com/GPflow/GPflow
Revision 30824d289f8ee3f58d4249238c8b7267e6a0b2fc authored by Artem Artemev on 27 March 2020, 18:15:25 UTC, committed by GitHub on 27 March 2020, 18:15:25 UTC
1 parent 0d97bc0
Raw File
Tip revision: 30824d289f8ee3f58d4249238c8b7267e6a0b2fc authored by Artem Artemev on 27 March 2020, 18:15:25 UTC
Cleaning some todo (#1347)
Tip revision: 30824d2
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