loguru>=0.7.3
ubelt>=1.3.4
utool>=2.3.0
vtool_ibeis>=2.3.0
guitool_ibeis>=2.3.0

[:python_version < "3.11" and python_version >= "3.10"]
matplotlib>=3.5.0
cachetools>=5.0.0
numpy>=1.21.6

[:python_version < "3.12"]
six>=1.10.0

[:python_version < "3.12" and python_version >= "3.11"]
matplotlib>=3.5.0
numpy>=1.24.0

[:python_version < "3.7" and python_version >= "3.6"]
matplotlib>=1.5.3
cachetools>=4.0.0
numpy>=1.19.2

[:python_version < "3.8" and python_version >= "3.7"]
matplotlib>=2.2.2
cachetools>=5.0.0
numpy>=1.19.2

[:python_version < "4.0" and python_version >= "3.11"]
cachetools>=5.0.0

[:python_version < "4.0" and python_version >= "3.12"]
six>=1.16.0
matplotlib>=3.8.4
numpy>=1.26.0

[all]
pygraphviz

[all:python_version < "3.11" and python_version >= "3.10"]
opencv-python-headless>=4.5.4.58
opencv-python>=4.5.4.58

[all:python_version < "3.12" and python_version >= "2.7"]
pyqt5>=5.15.5

[all:python_version < "3.13" and python_version >= "3.11"]
opencv-python-headless>=4.5.5.64
opencv-python>=4.5.5.64

[all:python_version < "4.0" and python_version >= "3.12"]
pyqt5>=5.15.10

[all:python_version < "4.0" and python_version >= "3.13"]
opencv-python-headless>=4.10.0.84
opencv-python>=4.10.0.84

[docs]
sphinx>=5.0.1
sphinx-autobuild>=2021.3.14
sphinx_rtd_theme>=1.0.0
sphinxcontrib-napoleon>=0.7
sphinx-autoapi>=1.8.4
Pygments>=2.9.0
myst_parser>=0.18.0
sphinx-reredirects>=0.0.1

[graphics]

[graphics:python_version < "3.11" and python_version >= "3.10"]
opencv-python>=4.5.4.58

[graphics:python_version < "3.13" and python_version >= "3.11"]
opencv-python>=4.5.5.64

[graphics:python_version < "4.0" and python_version >= "3.13"]
opencv-python>=4.10.0.84

[headless]

[headless:python_version < "3.11" and python_version >= "3.10"]
opencv-python-headless>=4.5.4.58

[headless:python_version < "3.13" and python_version >= "3.11"]
opencv-python-headless>=4.5.5.64

[headless:python_version < "4.0" and python_version >= "3.13"]
opencv-python-headless>=4.10.0.84

[optional]

[optional:python_version < "3.12" and python_version >= "2.7"]
pyqt5>=5.15.5

[optional:python_version < "4.0" and python_version >= "3.12"]
pyqt5>=5.15.10

[problematic]
pygraphviz

[tests]
xdoctest>=1.1.3
pytest-timeout>=1.4.2
requests>=2.27.1

[tests:python_version < "2.7" and python_version >= "2.6"]
coverage>=4.5

[tests:python_version < "2.8.0" and python_version >= "2.7.0"]
pytest<=4.6.11,>=4.6.0
pytest-cov>=2.8.1

[tests:python_version < "3.11" and python_version >= "3.10"]
pytest>=8.1.1

[tests:python_version < "3.12" and python_version >= "3.11"]
pytest>=8.1.1

[tests:python_version < "3.13" and python_version >= "3.12"]
pytest>=8.1.1

[tests:python_version < "3.4" and python_version >= "2.7"]
coverage>=5.3.1

[tests:python_version < "3.5" and python_version >= "3.4"]
coverage>=4.3.4

[tests:python_version < "3.5.0" and python_version >= "3.4.0"]
pytest<=4.6.11,>=4.6.0
pytest-cov>=2.8.1

[tests:python_version < "3.6" and python_version >= "3.5"]
coverage>=5.3.1

[tests:python_version < "3.6.0" and python_version >= "3.5.0"]
pytest<=6.1.2,>=4.6.0
pytest-cov>=2.9.0

[tests:python_version < "3.7" and python_version >= "3.6"]
coverage>=6.1.1

[tests:python_version < "3.8" and python_version >= "3.7"]
pytest>=4.6.0
coverage>=6.1.1

[tests:python_version < "4.0" and python_version >= "3.13"]
pytest>=8.1.1

[tests:python_version >= "3.10"]
coverage>=6.1.1

[tests:python_version >= "3.6.0"]
pytest-cov>=3.0.0
