https://github.com/GPflow/GPflow
Revision 628067417859d5f454ff491d2626e56615026fb8 authored by vdutor on 09 September 2020, 17:12:49 UTC, committed by vdutor on 09 September 2020, 17:12:49 UTC
1 parent 4af82f2
Raw File
Tip revision: 628067417859d5f454ff491d2626e56615026fb8 authored by vdutor on 09 September 2020, 17:12:49 UTC
Work
Tip revision: 6280674
tests_requirements.txt
mypy
black
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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