https://github.com/GPflow/GPflow
Revision 65a355f05ec7dcca09c67c568d5534523acd3678 authored by Jesper Nielsen on 24 February 2022, 11:05:21 UTC, committed by GitHub on 24 February 2022, 11:05:21 UTC
1 parent ef8cc40
Raw File
Tip revision: 65a355f05ec7dcca09c67c568d5534523acd3678 authored by Jesper Nielsen on 24 February 2022, 11:05:21 UTC
Include the .lark files when installing GPflow. (#1785)
Tip revision: 65a355f
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-dataclasses
types-pkg_resources  # for mypy check of gpflow/versions.py
types-tabulate

# 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