build: Add docs dependency to prevent quimb warning

This commit is contained in:
Alessandro Candido
2024-03-01 22:34:40 +01:00
parent e59290d537
commit fd72793671
2 changed files with 25 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ recommonmark = "^0.7.1"
sphinx_markdown_tables = "^0.0.17"
sphinx-copybutton = "^0.5.2"
sphinxcontrib-katex = "^0.9.9"
# to prevent Quimb warning
kahypar = "^1.3.5"
[tool.poetry.group.dev.dependencies]
ipython = "^7.0.0"