https://github.com/GPflow/GPflow
Revision a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC, committed by GitHub on 13 May 2020, 07:58:09 UTC
* Add ipynb to gitignore
1 parent 00d2e66
Raw File
Tip revision: a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC
Add ipynb to gitignore (#1466)
Tip revision: a4bfbe6
tests_requirements.txt
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