Skip to content

Commit 2ff19ff

Browse files
committed
BUG: Fix skbuild to 0.7.1 and wheel to 0.31.1
scikit-build has a regression that includes too much content into the packages, at least on macOS. There are build issues with wheel 0.33.
1 parent 47b7755 commit 2ff19ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
scikit-build>=0.5.1
1+
scikit-build==0.7.1
2+
wheel==0.31.1
23
numpy

0 commit comments

Comments
 (0)