https://github.com/GPflow/GPflow
Revision 8e96cb81563c76a2a29fe120a1dcde56f74e2f0b authored by st-- on 12 January 2021, 12:05:17 UTC, committed by GitHub on 12 January 2021, 12:05:17 UTC
2 parent s 4cdfd00 + 7688477
Raw File
Tip revision: 8e96cb81563c76a2a29fe120a1dcde56f74e2f0b authored by st-- on 12 January 2021, 12:05:17 UTC
Merge branch 'develop' into st/clean_up_broadcasting_conditionals
Tip revision: 8e96cb8
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
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