Skip to content

Commit

Permalink
Fix for pip 10.x when eigncy is required
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jul 19, 2018
1 parent d5d1aa7 commit 88829b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[build-system]
requires = ["setuptools>=38", "pybind11>=2.2"]
# Note: cython and eigency aren't always required, but if they turn out to be
# necessary and they aren't specified here, then pip 10.x will fail.
requires = ["setuptools>=38", "wheel", "pybind11>=2.2", "cython", "eigency>=1.77"]

0 comments on commit 88829b0

Please sign in to comment.