Skip to content

Commit c128791

Browse files
fix: substrait pytests and error handling
1 parent 9f58c1a commit c128791

File tree

6 files changed

+88
-153
lines changed

6 files changed

+88
-153
lines changed

Cargo.lock

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

pyproject.toml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,20 @@ ignore-words-list = ["ans", "IST"]
173173

174174
[dependency-groups]
175175
dev = [
176-
"maturin>=1.8.1",
177-
"numpy>1.25.0;python_version<'3.14'",
178-
"numpy>=2.3.2;python_version>='3.14'",
179-
"pyarrow>=19.0.0",
180-
"pre-commit>=4.3.0",
181-
"pyyaml>=6.0.3",
182-
"pytest>=7.4.4",
183-
"pytest-asyncio>=0.23.3",
184-
"ruff>=0.9.1",
185-
"toml>=0.10.2",
186-
"pygithub==2.5.0",
187-
"codespell==2.4.1",
176+
"maturin>=1.8.1",
177+
"numpy>1.25.0;python_version<'3.14'",
178+
"numpy>=2.3.2;python_version>='3.14'",
179+
"pyarrow>=19.0.0",
180+
"pre-commit>=4.3.0",
181+
"pyyaml>=6.0.3",
182+
"pytest>=7.4.4",
183+
"pytest-asyncio>=0.23.3",
184+
"ruff>=0.9.1",
185+
"toml>=0.10.2",
186+
"pygithub==2.5.0",
187+
"codespell==2.4.1",
188+
"protobuf>=6.33.5",
189+
"substrait>=0.27.0",
188190
]
189191
docs = [
190192
"sphinx>=7.1.2",

0 commit comments

Comments
 (0)