https://github.com/GPflow/GPflow
Revision aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC, committed by ST John on 03 February 2021, 09:57:53 UTC
2 parent s a4f7c6f + bc04306
Raw File
Tip revision: aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/clean_up_broadcasting_conditionals
Tip revision: aef0951
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