Skip to content

Commit 3b27cc8

Browse files
smessmerbddppq
authored andcommitted
Try using pep518 to install the protobuf build dependency (onnx#782)
1 parent 1439eab commit 3b27cc8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis/before_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ pip install -U pip setuptools
4949

5050
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
5151

52-
pip install pytest-cov nbval protobuf
52+
pip install pytest-cov nbval

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
# Minimum requirements for the build system to execute.
3+
requires = ["setuptools", "wheel", "protobuf"]

0 commit comments

Comments
 (0)