Skip to content

Commit 191ea65

Browse files
committed
Upgraded to pybind11 3
1 parent 680c6a4 commit 191ea65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ from the `docs` subdirectory.
204204

205205
| `xtensor-python` | `xtensor` | `pybind11` |
206206
|------------------|-----------|------------------|
207-
| master | ^0.26.0 | >=2.6.1,<3 |
207+
| master | ^0.26.0 | >=2.6.1,<4 |
208208
| 0.28.0 | ^0.26.0 | >=2.6.1,<3 |
209209
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
210210
| 0.26.1 | ^0.24.0 | ~2.4.3 |

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# Host dependencies
99
- xtensor>=0.26,<0.27
1010
- numpy>=2.0
11-
- pybind11>=2.12.0,<3
11+
- pybind11>=2.12.0,<4
1212
# Test dependencies
1313
- setuptools
1414
- pytest

0 commit comments

Comments
 (0)