Skip to content

Commit

Permalink
debugging extension compile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 31, 2020
1 parent 93ceacc commit 290afae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/maturin_extension/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[build-system]
requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@7a3237299e6bb617f8d4b0957ce205da0f0770d4"]
# requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@7a3237299e6bb617f8d4b0957ce205da0f0770d4"]
requires = ["maturin @ git+https://github.com/davidhewitt/maturin.git@88124706b012328041ae8744789340bb9cc95457"]
build-backend = "maturin"
2 changes: 1 addition & 1 deletion examples/maturin_extension/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=19.1
setuptools>=50
hypothesis>=3.55
pytest>=3.5.0
psutil>=5.6

0 comments on commit 290afae

Please sign in to comment.