https://github.com/GPflow/GPflow
Revision 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC, committed by GitHub on 24 March 2020, 21:17:03 UTC
1 parent 89e573d
Raw File
Tip revision: 718da13f2097f16c321826e8cab8997d09c620c5 authored by st-- on 24 March 2020, 21:17:03 UTC
Do not install `dataclasses` for python >= 3.7 (#1355)
Tip revision: 718da13
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