https://github.com/GPflow/GPflow
Revision 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC, committed by GitHub on 12 January 2021, 11:59:48 UTC
* fix test_deepcopy
* increase test_scipy_jit tolerance to make it pass
1 parent 60e19f8
Raw File
Tip revision: 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC
Fix tests for TF 2.4/TFP 0.12 (#1625)
Tip revision: 7688477
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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