https://github.com/GPflow/GPflow
Revision ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC, committed by GitHub on 23 March 2020, 13:40:55 UTC
1 parent 43408ce
Raw File
Tip revision: ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC
gpflow2 upgrade guide: fix the Parameter.value -> Parameter.numpy() section (#1358)
Tip revision: ce65114
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# 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