Revision 0d3684b45be2c22bbd17785df05fdea9032db666 authored by joelberkeley-pio on 17 September 2020, 15:33:35 UTC, committed by GitHub on 17 September 2020, 15:33:35 UTC
1 parent ad6e031
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