Skip to content

Commit

Permalink
build: Move dependencies to docs section (#3421)
Browse files Browse the repository at this point in the history
* build: Move dependencies to docs section

* remove examples
  • Loading branch information
hpohekar authored Oct 25, 2024
1 parent eb024b7 commit 1e8140c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ psutil = ">=5.9.5"
pyyaml = ">=6.0"
requests = ">=2.32.3"
h5py = { version = "==3.12.1", optional = true }
openpyxl = { version = ">=3.1.5", optional = true }
plotly = { version = ">=5.22.0", optional = true }
python-pptx = { version = ">=0.6.23", optional = true }
seaborn = { version = ">=0.13.2", optional = true }
tensorflow = { version = ">=2.17.0", optional = true }

[tool.poetry.group.docs]
optional = true
Expand All @@ -83,6 +78,11 @@ sphinxcontrib-websupport = "==2.0.0"
sphinxemoji = "==0.3.1"
sphinx-toggleprompt = "==0.5.2"
autodocsumm = "==0.2.13"
openpyxl = { version = ">=3.1.5", optional = true }
plotly = { version = ">=5.22.0", optional = true }
python-pptx = { version = ">=0.6.23", optional = true }
seaborn = { version = ">=0.13.2", optional = true }
tensorflow = { version = ">=2.17.0", optional = true }

[tool.poetry.group.test]
optional = true
Expand All @@ -94,7 +94,6 @@ pytest-mock = "==3.14.0"
pytest-xdist = "==3.6.1"

[tool.poetry.extras]
examples = ["openpyxl", "plotly", "python-pptx", "seaborn", "tensorflow"]
reader = ["h5py"]
tests = ["pytest", "pytest-cov", "pytest-mock", "pytest-xdist"]

Expand Down

0 comments on commit 1e8140c

Please sign in to comment.