https://github.com/GPflow/GPflow
Revision 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC, committed by GitHub on 29 January 2020, 12:19:45 UTC
1 parent f49e110
Raw File
Tip revision: 7b550b712a4ff031d8b4063ba4d910ab5a3ef5c6 authored by st-- on 29 January 2020, 12:19:45 UTC
Make it clearer to users that we would welcome feedback on pain points & design quirks as well as "obvious" bugs (#1227)
Tip revision: 7b550b7
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top