File tree Expand file tree Collapse file tree 2 files changed +857
-947
lines changed Expand file tree Collapse file tree 2 files changed +857
-947
lines changed Original file line number Diff line number Diff 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+ ]
4751dynamic = [" version" ]
4852
4953[project .urls ]
@@ -147,8 +151,10 @@ ignore-words-list = [
147151[dependency-groups ]
148152dev = [
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" ,
You can’t perform that action at this time.
0 commit comments