Skip to content

Commit f23a46b

Browse files
authored
Merge pull request #117 from NatLabRockies/pp/add_dep
Add missing dep
2 parents 03a691f + 2a3ed9a commit f23a46b

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

pixi.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"psutil>=7.0.0",
4242
"pyjson5>=1.6.4",
4343
"pyyaml>=6.0.2",
44+
"setuptools>=80.1.0", # required for sphinx-tabs to function properly in downstream projects
4445
"sphinx>=7.4.7",
4546
"sphinx-click>=6.0.0",
4647
"sphinx-copybutton>=0.5.2",
@@ -74,7 +75,6 @@ doc = [
7475
"myst-parser>=3.0.1,<4",
7576
"pandoc>=2.4,<3",
7677
"pydata-sphinx-theme>=0.16.1,<0.17",
77-
"setuptools>=80.1.0,<81",
7878
]
7979
build = [
8080
"build>=1.2.2,<2",
@@ -137,6 +137,7 @@ numpydoc = ">=1.8.0"
137137
pandas = ">=2.2.3,<3"
138138
psutil = ">=7.0.0"
139139
pyyaml = ">=6.0.2"
140+
setuptools = ">=80.1.0" # required for sphinx-tabs to function properly in downstream projects
140141
sphinx = ">=7.4.7"
141142
sphinx-click = ">=6.0.0"
142143
sphinx-copybutton = ">=0.5.2"
@@ -167,7 +168,6 @@ make = ">=4.4.1,<5"
167168
myst-parser = ">=3.0.1,<4"
168169
pandoc = ">=2.4,<3"
169170
pydata-sphinx-theme = ">=0.16.1,<0.17"
170-
setuptools = ">=80.1.0,<81"
171171

172172
[tool.pixi.feature.build.dependencies]
173173
python-build = ">=1.2.2,<2"

0 commit comments

Comments
 (0)