Skip to content

Commit 03cee35

Browse files
committed
build: add substrait-protobuf dependency
1 parent 0b75583 commit 03cee35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ authors = [{name = "Substrait contributors", email = "substrait@googlegroups.com
55
license = {text = "Apache-2.0"}
66
readme = "README.md"
77
requires-python = ">=3.10,<3.14"
8-
dependencies = ["protobuf >=5,<7"]
8+
dependencies = [
9+
"protobuf >=5,<7",
10+
"substrait-protobuf==0.79.0",
11+
]
912
dynamic = ["version"]
1013

1114
[tool.setuptools_scm]

0 commit comments

Comments
 (0)