https://github.com/GPflow/GPflow
Revision 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC, committed by GitHub on 08 April 2020, 13:45:08 UTC
1 parent 5c89c1e
Raw File
Tip revision: 92f914dc9a7fadf5c9313ab7accfe09154aa29c7 authored by Vincent Dutordoir on 08 April 2020, 13:45:08 UTC
fix compilation issue in ndiagquad when integrating over multiple dimensions (#1418)
Tip revision: 92f914d
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