Skip to content

Commit 1ed6a6f

Browse files
committed
Merge branch 'feature/v0.4.5' into develop
2 parents 233ee72 + c0f840f commit 1ed6a6f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

colour/utilities/verbose.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ def describe_environment(
725725
"scipy",
726726
"tqdm",
727727
"trimesh",
728+
"xxhash",
728729
]:
729730
with suppress(ImportError):
730731
namespace = __import__(package)
@@ -762,27 +763,28 @@ def _get_package_version(package: str, mapping: Mapping) -> str:
762763
mapping = {
763764
"biblib.bib": "biblib-simple",
764765
"pre_commit": "pre-commit",
766+
"pydata_sphinx_theme": "pydata-sphinx-theme",
767+
"pytest_cov": "pytest-cov",
768+
"pytest_xdist": "pytest-xdist",
765769
"restructuredtext_lint": "restructuredtext-lint",
766770
"sphinxcontrib.bibtex": "sphinxcontrib-bibtex",
767771
}
768772
for package in [
769773
"biblib.bib",
770774
"coverage",
771775
"coveralls",
772-
"flake8",
773776
"invoke",
774777
"jupyter",
775-
"mock",
776-
"nose",
777778
"pre_commit",
779+
"pydata_sphinx_theme",
780+
"pyright",
778781
"pytest",
782+
"pytest_cov",
783+
"pytest_xdist",
779784
"restructuredtext_lint",
780-
"sphinx",
781-
"sphinx_rtd_theme",
782785
"sphinxcontrib.bibtex",
783786
"toml",
784787
"twine",
785-
"yapf",
786788
]:
787789
try:
788790
version = _get_package_version(package, mapping)

0 commit comments

Comments
 (0)