https://github.com/GPflow/GPflow
Revision d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC, committed by GitHub on 28 May 2020, 16:04:34 UTC
1 parent 3ed381c
Raw File
Tip revision: d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC
Allow users to pass an iterable to set_trainable (#1486)
Tip revision: d0c78d0
tests_requirements.txt
mypy
black
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