Revision d3842ee15e1285bed63e14c9b74a0d4246c9e6f2 authored by Sandeep Tailor on 10 September 2020, 10:33:04 UTC, committed by GitHub on 10 September 2020, 10:33:04 UTC
2 parent s 955c19a + 7b2a0c8
Raw File
tests_requirements.txt
mypy
black==19.10b0
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