Revision aa875b17a42f0e97d3a38a8635c929a417ae2c30 authored by st-- on 30 September 2020, 17:12:47 UTC, committed by GitHub on 30 September 2020, 17:12:47 UTC
2 parent s b819db3 + 8e0744a
Raw File
tests_requirements.txt
mypy
black==19.10b0
isort
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