Skip to content

Commit

Permalink
Try using pep518 to install the protobuf build dependency (onnx#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer authored and bddppq committed Apr 19, 2018
1 parent 1439eab commit 3b27cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ pip install -U pip setuptools

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

pip install pytest-cov nbval protobuf
pip install pytest-cov nbval
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "protobuf"]

0 comments on commit 3b27cc8

Please sign in to comment.