Skip to content

Commit

Permalink
Use scikit-build>=0.13.1 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Mar 10, 2022
1 parent afa7844 commit 0a67e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ line-length = 100
requires = [
"setuptools>=42",
"wheel",
# scikit-build 0.12 doesn't support Cython docstrings, get the latest code
# until a new release is pushed
# https://github.com/scikit-build/scikit-build/issues/518
"scikit-build@git+https://github.com/scikit-build/scikit-build.git",
"scikit-build>=0.13.1",
"Cython>=0.24",
"scipy>=0.16"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

git+https:///github.com/scikit-build/scikit-build.git
scikit-build>=0.13.1
pytest
black==21.12b0
flake8
Expand Down

0 comments on commit 0a67e83

Please sign in to comment.