We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680c6a4 commit 191ea65Copy full SHA for 191ea65
README.md
@@ -204,7 +204,7 @@ from the `docs` subdirectory.
204
205
| `xtensor-python` | `xtensor` | `pybind11` |
206
|------------------|-----------|------------------|
207
-| master | ^0.26.0 | >=2.6.1,<3 |
+| master | ^0.26.0 | >=2.6.1,<4 |
208
| 0.28.0 | ^0.26.0 | >=2.6.1,<3 |
209
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
210
| 0.26.1 | ^0.24.0 | ~2.4.3 |
environment-dev.yml
@@ -8,7 +8,7 @@ dependencies:
8
# Host dependencies
9
- xtensor>=0.26,<0.27
10
- numpy>=2.0
11
- - pybind11>=2.12.0,<3
+ - pybind11>=2.12.0,<4
12
# Test dependencies
13
- setuptools
14
- pytest
0 commit comments