six

[all]
Pygments
cmake
codecov
ninja
pybind11
scikit-build
six

[all:platform_system == "Windows"]
colorama

[all:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest

[all:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest

[all:python_version < "3.6.0"]
pytest-cov

[all:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest

[all:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest
pytest-cov

[all:python_version <= "3.4"]
typing

[all:python_version > "3.4"]
IPython
ipykernel
jupyter_client
nbconvert
nbformat

[all:python_version >= "3.7.0"]
pytest
pytest-cov

[colors]
Pygments

[colors:platform_system == "Windows"]
colorama

[jupyter]

[jupyter:python_version > "3.4"]
IPython
ipykernel
jupyter_client
nbconvert
nbformat

[optional]
Pygments

[optional:platform_system == "Windows"]
colorama

[optional:python_version > "3.4"]
IPython
ipykernel
jupyter_client
nbconvert
nbformat

[tests]
cmake
codecov
ninja
pybind11
scikit-build

[tests:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest

[tests:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest

[tests:python_version < "3.6.0"]
pytest-cov

[tests:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest

[tests:python_version < "3.7.0" and python_version >= "3.6.0"]
pytest
pytest-cov

[tests:python_version <= "3.4"]
typing

[tests:python_version > "3.4"]
IPython
ipykernel
jupyter_client
nbconvert
nbformat

[tests:python_version >= "3.7.0"]
pytest
pytest-cov
