We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pybind11
1 parent 94de2c2 commit 70798e7Copy full SHA for 70798e7
2 files changed
.github/workflows/lint.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: |
44
python -m pip install wheel pybind11 -r docs/requirements.txt
45
+ python -m pip install --force-reinstall pybind11@git+https://github.com/pybind/pybind11.git#egg=pybind11
46
47
- name: Install OpTree
48
pyproject.toml
@@ -1,7 +1,7 @@
1
# Package ######################################################################
2
3
[build-system]
4
-requires = ["setuptools", "pybind11 >= 2.12"]
+requires = ["setuptools", "pybind11@git+https://github.com/pybind/pybind11.git#egg=pybind11"]
5
build-backend = "setuptools.build_meta"
6
7
[project]
0 commit comments