We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b75583 commit 03cee35Copy full SHA for 03cee35
1 file changed
pyproject.toml
@@ -5,7 +5,10 @@ authors = [{name = "Substrait contributors", email = "substrait@googlegroups.com
5
license = {text = "Apache-2.0"}
6
readme = "README.md"
7
requires-python = ">=3.10,<3.14"
8
-dependencies = ["protobuf >=5,<7"]
+dependencies = [
9
+ "protobuf >=5,<7",
10
+ "substrait-protobuf==0.79.0",
11
+]
12
dynamic = ["version"]
13
14
[tool.setuptools_scm]
0 commit comments