Skip to content

Commit

Permalink
Merge pull request #1109 from glotzerlab/dependabot/pip/scikit-build-…
Browse files Browse the repository at this point in the history
…0.17.3

Bump scikit-build from 0.16.7 to 0.17.3
  • Loading branch information
tommy-waltmann committed May 8, 2023
2 parents 497f9ca + 11a03b4 commit 1bd4857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython>=0.29.14", "scikit-build==0.17.1", "cmake"]
requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython>=0.29.14", "scikit-build>=0.17.3", "cmake"]

[tool.black]
target-version = ['py36']
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pillow>=8.0.0 --only-binary=pillow
pytest==7.3.1
pytest-cov==4.0.0
rowan==1.3.0.post1
scikit-build==0.16.7
scikit-build==0.17.3
scipy==1.10.1
sympy==1.11.1

0 comments on commit 1bd4857

Please sign in to comment.