Skip to content

Commit b3cd142

Browse files
committed
fix apib11
1 parent 01949c5 commit b3cd142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MMVII/apib11/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Dependencies
77

88
As admin:
99

10-
apt install python3-pip doxygen pybind11-dev clang-tools llvm-dev
10+
apt install python3-pip doxygen clang-tools llvm-dev
1111

1212
In the Python virtual environment used for compilation:
1313

14-
pip3 install pybind11 setuptools build
14+
pip3 install pybind11[global] setuptools build
1515

1616

1717
Compilation

MMVII/apib11/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "pybind11", "numpy"]
2+
requires = ["setuptools>=42", "wheel", "pybind11", "numpy", "cmake"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)