Skip to content

Commit d386569

Browse files
committed
Merge branch 'sphinx-3.11' into dataframe-rst-sphinx
2 parents 5f203e3 + 80d14a7 commit d386569

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ classifiers = [
4343
"Programming Language :: Python",
4444
"Programming Language :: Rust",
4545
]
46-
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
46+
dependencies = [
47+
"ipython>=8.18.1",
48+
"myst-parser>=3.0.1",
49+
"pyarrow>=11.0.0",
50+
"pydata-sphinx-theme>=0.8.0",
51+
"sphinx>=7.4.7",
52+
"sphinx-autoapi>=3.4.0",
53+
"typing-extensions;python_version<'3.13'",
54+
]
4755
dynamic = ["version"]
4856

4957
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)