Skip to content

Commit a2460d9

Browse files
authored
build: Set a proper build-system protobuf version (feast-dev#4438)
build: force the protobuf version in the build system so that it is compatible with the runtime dependency Signed-off-by: Yang, Bo <[email protected]>
1 parent 7d744ad commit a2460d9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[build-system]
2-
requires = ["setuptools>=60", "wheel", "setuptools_scm>=6.2", "grpcio", "grpcio-tools>=1.47.0", "mypy-protobuf==3.1", "sphinx!=4.0.0"]
2+
requires = [
3+
"setuptools>=60",
4+
"wheel",
5+
"setuptools_scm>=6.2",
6+
"grpcio",
7+
"grpcio-tools>=1.47.0",
8+
"mypy-protobuf==3.1",
9+
"protobuf>=4.24.0,<5.0.0",
10+
"sphinx!=4.0.0",
11+
]
312
build-backend = "setuptools.build_meta"
413

514
[tool.setuptools_scm]

0 commit comments

Comments
 (0)