Skip to content

Commit 85ee4f7

Browse files
committed
Add nanoarrow and arro3-core to dev dependencies. Sort the dependencies alphabetically.
1 parent 76dee1c commit 85ee4f7

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,27 +138,29 @@ ignore-words-list = [
138138

139139
[dependency-groups]
140140
dev = [
141+
"arro3-core==0.6.5",
142+
"codespell==2.4.1",
141143
"maturin>=1.8.1",
144+
"nanoarrow==0.8.0",
142145
"numpy>1.25.0;python_version<'3.14'",
143146
"numpy>=2.3.2;python_version>='3.14'",
144-
"pyarrow>=19.0.0",
145147
"pre-commit>=4.3.0",
146-
"pyyaml>=6.0.3",
148+
"pyarrow>=19.0.0",
149+
"pygithub==2.5.0",
147150
"pytest>=7.4.4",
148151
"pytest-asyncio>=0.23.3",
152+
"pyyaml>=6.0.3",
149153
"ruff>=0.9.1",
150154
"toml>=0.10.2",
151-
"pygithub==2.5.0",
152-
"codespell==2.4.1",
153155
]
154156
docs = [
155-
"sphinx>=7.1.2",
156-
"pydata-sphinx-theme==0.8.0",
157-
"myst-parser>=3.0.1",
158-
"jinja2>=3.1.5",
159157
"ipython>=8.12.3",
158+
"jinja2>=3.1.5",
159+
"myst-parser>=3.0.1",
160160
"pandas>=2.0.3",
161161
"pickleshare>=0.7.5",
162-
"sphinx-autoapi>=3.4.0",
162+
"pydata-sphinx-theme==0.8.0",
163163
"setuptools>=75.3.0",
164+
"sphinx>=7.1.2",
165+
"sphinx-autoapi>=3.4.0",
164166
]

0 commit comments

Comments
 (0)