Skip to content

Commit 1fd7113

Browse files
committed
Add the missing python dependency
1 parent 509047d commit 1fd7113

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "phoebus-docs"
33
version = "0.1.0"
44
description = "Phoebus documentation build environment"
5+
requires-python = ">=3.9"
56
dependencies = [
67
"sphinx>=8.2",
78
"sphinx_rtd_theme>=3.0",
@@ -13,6 +14,9 @@ dependencies = [
1314
channels = ["conda-forge"]
1415
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
1516

17+
[tool.pixi.dependencies]
18+
python = ">=3.9"
19+
1620
[tool.pixi.pypi-dependencies]
1721
phoebus-docs = { path = ".", editable = true }
1822

0 commit comments

Comments
 (0)