Skip to content

Commit a6be753

Browse files
committed
Remove pybind11 from the Python deps.
1 parent 237e011 commit a6be753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = 'scikit_build_core.build'
3-
requires = ['scikit-build-core', 'pybind11 >= 2.10', 'numpy >= 1.22, < 2']
3+
requires = ['scikit-build-core', 'numpy >= 1.22, < 2']
44

55
[project]
66
name = 'heyoka'

0 commit comments

Comments
 (0)