
[:python_version <= "3.6"]
IPython<=7.7.0,>=0.13

[:python_version >= "3.7"]
IPython>=0.13

[all]
Cython
scikit-build
cmake
ninja
pytest>=4.6.11
pytest-cov>=2.10.1
coverage[toml]>=5.3
ubelt>=0.8.7

[all:python_version <= "3.6"]
IPython<=7.7.0,>=0.13

[all:python_version >= "3.7"]
IPython>=0.13

[build]
Cython
scikit-build
cmake
ninja

[tests]
pytest>=4.6.11
pytest-cov>=2.10.1
coverage[toml]>=5.3
ubelt>=0.8.7
