sethfischer / sphinxcontrib-cadquery

Sphinx extension for rendering CadQuery models with VTK.js.
https://sphinxcontrib-cadquery.readthedocs.io/
Other
1 stars 0 forks source link

ipython is specified as a dependency #18

Open sethfischer opened 1 year ago

sethfischer commented 1 year ago

In pyproject.toml ipython is specified as a dependency.

This should not be required as ipython is a dependency of cadquery.

In sphinxcontrib-cadquery's pyproject.toml:


[tool.poetry.dependencies]
python = ">=3.9,<3.11"

Sphinx = "^5.3.0"
ipython = ">=7.31.1"
jinja2 = ">=3.0"