https://github.com/GPflow/GPflow
Revision c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC, committed by GitHub on 20 February 2020, 13:23:46 UTC
1 parent b035b21
Raw File
Tip revision: c0aab321935650a15f74bc4bdf9f5b901bec20c3 authored by Artem Artemev on 20 February 2020, 13:23:46 UTC
Add `make` to Docker image (#1269)
Tip revision: c0aab32
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top