Skip to content

Commit

Permalink
BLD: limit scikit-build-core to < 0.6.0
Browse files Browse the repository at this point in the history
Since ``pip install -e .`` gave errors in tests with scikit-build-core==0.6.0 for
unknown reasons
  • Loading branch information
jcrivenaes committed Oct 22, 2023
1 parent 71aded5 commit 34902a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core[pyproject]",
"scikit-build-core[pyproject]<0.6.0",
"swig",
"numpy==1.19.2; python_version == '3.8'",
"numpy==1.19.5; python_version == '3.9'",
Expand Down

0 comments on commit 34902a1

Please sign in to comment.