https://github.com/GPflow/GPflow
Revision 174939cc3ed4ccbc7a3a0c6ff2c76775775178ed authored by Jesper Nielsen on 30 June 2022, 12:22:58 UTC, committed by GitHub on 30 June 2022, 12:22:58 UTC
1 parent 7d36d5a
Raw File
Tip revision: 174939cc3ed4ccbc7a3a0c6ff2c76775775178ed authored by Jesper Nielsen on 30 June 2022, 12:22:58 UTC
Add shape checks to GPflow base files. (#1921)
Tip revision: 174939c
tests_requirements.txt
mypy>=0.920
black==20.8b1  # Use old version of black, because newer version is incompatible with our TF 2.4.
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist
codecov
types-pkg_resources
types-tabulate
types-Deprecated

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets

# For documentation
ipython
jupytext
nbsphinx
pandoc
pydata-sphinx-theme
sphinx
sphinx-autoapi
sphinxcontrib-bibtex
sphinx_autodoc_typehints

# Not used directly, but at the time of this writing `Jinja2` 3.1.0 breaks our notebooks.
Jinja2<3.1.0
# Not used directly, but at the time of this writing `click` 8.1.0 breaks `black` 20.8b1.
click<8.1.0
back to top