https://github.com/GPflow/GPflow
Revision ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC, committed by GitHub on 20 April 2020, 07:43:57 UTC
1 parent 3fc050d
Raw File
Tip revision: ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC
add long_description and project_urls to setup.py (#1438)
Tip revision: ca3b854
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