File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ from the `docs` subdirectory.
204
204
205
205
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
206
206
| ------------------| -----------| ------------------|
207
- | master | ^0.26.0 | >=2.6.1,<3 |
207
+ | master | ^0.26.0 | >=2.6.1,<4 |
208
208
| 0.28.0 | ^0.26.0 | >=2.6.1,<3 |
209
209
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
210
210
| 0.26.1 | ^0.24.0 | ~ 2.4.3 |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
8
8
# Host dependencies
9
9
- xtensor>=0.26,<0.27
10
10
- numpy>=2.0
11
- - pybind11>=2.12.0,<3
11
+ - pybind11>=2.12.0,<4
12
12
# Test dependencies
13
13
- setuptools
14
14
- pytest
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ namespace xt
129
129
130
130
private:
131
131
132
- #if PYBIND11_VERSION_MAJOR == 2 && PYBIND11_VERSION_MINOR >= 3
132
+ #if ( PYBIND11_VERSION_MAJOR == 2 && PYBIND11_VERSION_MINOR >= 3) || PYBIND11_VERSION_MAJOR >= 3
133
133
// Prevent ambiguous overload resolution for operators defined for
134
134
// both xt::xcontainer and pybind11::object.
135
135
using pybind11::object::operator ~;
You can’t perform that action at this time.
0 commit comments