https://github.com/GPflow/GPflow
Revision 4db4cea77337b72c46788d253dd4029fe57d45b2 authored by Alessandro Vullo on 14 September 2021, 12:50:16 UTC, committed by GitHub on 14 September 2021, 12:50:16 UTC
2 parent s 5c6db88 + 49a8cd8
Raw File
Tip revision: 4db4cea77337b72c46788d253dd4029fe57d45b2 authored by Alessandro Vullo on 14 September 2021, 12:50:16 UTC
Merge branch 'develop' into avullo-willcowley/working-bee-ef1
Tip revision: 4db4cea
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-pkg_resources  # for mypy check of gpflow/versions.py

# 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