Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemellophone committed Jul 8, 2020
1 parent abf97cd commit 2a4b270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "scikit-build", "cmake", "ninja"]
3 changes: 2 additions & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake
ninja
scikit-build
setuptools>=34.1.0
setuptools>=42
setuptools_scm[toml]>=3.4
wheel

0 comments on commit 2a4b270

Please sign in to comment.