Skip to content

Commit 395162f

Browse files
committed
Update dependencies for 3.14
1 parent 26176fa commit 395162f

File tree

2 files changed

+857
-947
lines changed

2 files changed

+857
-947
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ 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+
"pyarrow>=11.0.0;python_version<'3.14'",
48+
"pyarrow>=22.0.0;python_version>='3.14'",
49+
"typing-extensions;python_version<'3.13'"
50+
]
4751
dynamic = ["version"]
4852

4953
[project.urls]
@@ -147,8 +151,10 @@ ignore-words-list = [
147151
[dependency-groups]
148152
dev = [
149153
"maturin>=1.8.1",
150-
"numpy>1.25.0",
151-
"pre-commit>=4.0.0",
154+
"numpy>1.25.0;python_version<'3.14'",
155+
"numpy>=2.3.2;python_version>='3.14'",
156+
"pre-commit>=4.3.0",
157+
"pyyaml>=6.0.3",
152158
"pytest>=7.4.4",
153159
"pytest-asyncio>=0.23.3",
154160
"ruff>=0.9.1",

0 commit comments

Comments
 (0)