https://github.com/GPflow/GPflow
Revision 61fc32797f8639163566989ac8e50406bedf47f7 authored by Joel Berkeley on 26 November 2020, 17:14:04 UTC, committed by GitHub on 26 November 2020, 17:14:04 UTC
* list trieste as downstream project

Co-authored-by: Joel Berkeley <joel.berkeley@secondmind.ai>
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 282d1cd
Raw File
Tip revision: 61fc32797f8639163566989ac8e50406bedf47f7 authored by Joel Berkeley on 26 November 2020, 17:14:04 UTC
list trieste as downstream project (#1611)
Tip revision: 61fc327
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