https://github.com/GPflow/GPflow
Revision 1831a5d19a50ff525af0ce931c8b82f6306d8196 authored by st-- on 07 March 2021, 14:05:42 UTC, committed by GitHub on 07 March 2021, 14:05:42 UTC
Add explanation of TensorFlow/TFP dependencies (as brought up by https://github.com/GPflow/GPflow/issues/1623)
1 parent 94fa390
Raw File
Tip revision: 1831a5d19a50ff525af0ce931c8b82f6306d8196 authored by st-- on 07 March 2021, 14:05:42 UTC
Update README and require TensorFlow>=2.2 (#1647)
Tip revision: 1831a5d
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